The following tables list the members exposed by DataTreeNodeClickEventArgs.
| Name | Description | |
|---|---|---|
![]() | DataTreeNodeClickEventArgs Constructor | Initializes a new instance of the DataTreeNodeEventArgs class for the specified node. |
| Name | Description | |
|---|---|---|
![]() | Button | Returns the mouse button pressed if this is an event args for a node click event. Values are -1, 0, 1 and 2 for "enter pressed", left, middle and right mouse buttons. |
![]() | Node | Returns the DataTreeNode object associated with the event (Inherited from Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs) |