Click or drag to resize

TreeViewTreeNodeWillExpandDelegate Delegate

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void TreeNodeWillExpandDelegate(
	TreeNode node,
	bool expand
)

Parameters

node
Type: FairyGUITreeNode
expand
Type: SystemBoolean
See Also