TreeViewNodeCommandEventArgs Constructors
Provides data for events whose function processes the NodeCommand event fired by a child control, within a templated node.| Name | Parameters | Description |
|---|---|---|
| TreeViewNodeCommandEventArgs(TreeViewNode, Object, CommandEventArgs) | node, commandSource, originalArgs | Initializes a new instance of the TreeViewNodeCommandEventArgs class. |
| TreeViewNodeCommandEventArgs(Object, CommandEventArgs) | commandSource, originalArgs | Initializes a new instance of the TreeViewNodeCommandEventArgs class. |
See Also