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

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

Parameters

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

Return Value

Type: DocumentHandler
See Also