Click or drag to resize
DocumentHandlerStartEvent Method (TreeNode, AttachmentInfo, TreeProvider)
Initiates the event handling

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public DocumentHandler StartEvent(
	TreeNode node,
	AttachmentInfo attachment,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node (document)
attachment
Type: CMS.DocumentEngineAttachmentInfo
Attachment
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider

Return Value

Type: DocumentHandler
See Also