C# Class Open.Core.TreeNodeEventArgs

Event arguments accompanying a 'TreeNode' operation.
Inheritance: System.EventArgs
Show file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
TreeNodeEventArgs ( ITreeNode node, int index ) : System

Constructor.

Method Details

TreeNodeEventArgs() public method

Constructor.
public TreeNodeEventArgs ( ITreeNode node, int index ) : System
node ITreeNode The tree-node which is the subject of the event.
index int The index of the node within it's parent (-1 if not known or applicable).
return System