Click or drag to resize
ITreeListenerTreeNodeWillExpand Method

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

Parameters

node
Type: FairyGUITreeNode
expand
Type: SystemBoolean
See Also