Version

DataTreeNodeClickEventArgs Class Members

The following tables list the members exposed by DataTreeNodeClickEventArgs.

Public Constructors
 NameDescription
Public ConstructorDataTreeNodeClickEventArgs ConstructorInitializes a new instance of the DataTreeNodeEventArgs class for the specified node.  
Public Properties
 NameDescription
Public PropertyButtonReturns 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.  
Public PropertyNodeReturns the DataTreeNode object associated with the event (Inherited from Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs)
See Also