Click or drag to resize
ObjectTypeTreeNodeOnBeforeCreateNodeHandler Delegate
Delegate for handling the OnBeforeCreate action of the tree node.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public delegate bool OnBeforeCreateNodeHandler(
	ObjectTypeTreeNode source
)

Parameters

source
Type: CMS.DataEngineObjectTypeTreeNode
Source node

Return Value

Type: Boolean
See Also