Click or drag to resize
DocumentEventArgs Properties

The DocumentEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAttachment
Attachment, where is makes sense: SaveAttachment, DeleteAttachment
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyIncludeChildren
If true the children are included within the operation where it makes sense: Copy
Public propertyNode
Document node
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyTargetParentNodeID
Target parent node ID, initialized for operations where it makes sense: Copy, Move, Insert
Public propertyTreeProvider
Tree provider
Top
See Also