C# Class ZForge.Controls.TreeViewAdv.Tree.TreeModelEventArgs

Inheritance: TreePathEventArgs
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
TreeModelEventArgs ( TreePath parent, int indices, object children ) : System

TreeModelEventArgs ( TreePath parent, object children ) : System

Method Details

TreeModelEventArgs() public method

public TreeModelEventArgs ( TreePath parent, int indices, object children ) : System
parent TreePath Path to a parent node
indices int Indices of children in parent nodes collection
children object Child nodes
return System

TreeModelEventArgs() public method

public TreeModelEventArgs ( TreePath parent, object children ) : System
parent TreePath Path to a parent node
children object Child nodes
return System