Back to Devexpress

NodeClickEventArgs Members

windowsforms-devexpress-dot-xtratreelist-dot-nodeclickeventargs-dot-underscore-members.md

latest7.3 KB
Original Source

NodeClickEventArgs Members

Provides data for TreeList.SelectImageClick and TreeList.StateImageClick events.

Constructors

NameDescription
NodeClickEventArgs(DXMouseEventArgs, TreeListNode)Creates an instance of the NodeClickEventArgs class.
NodeClickEventArgs(TreeListNode, Point)Creates an instance of the NodeClickEventArgs class.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
ButtonGets which mouse button was pressed. Inherited from MouseEventArgs.
ClicksGets the number of times the mouse button was pressed and released. Inherited from MouseEventArgs.
DeltaGets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. Inherited from MouseEventArgs.
HandledGets or sets a value specifying whether an event has been handled. Inherited from DXMouseEventArgs.
IsHMouseWheelThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXMouseEventArgs.
IsMouseEventGets whether these event arguments provide data for the MouseUp, MouseDown, and MouseMove events. Inherited from DXMouseEventArgs.
LocationGets the location of the mouse during the generating mouse event. Inherited from MouseEventArgs.
NodeGets the row (node) being clicked.
PointGets the mouse pointer’s location.
XGets the x-coordinate of the mouse during the generating mouse event. Inherited from MouseEventArgs.
YGets the y-coordinate of the mouse during the generating mouse event. Inherited from MouseEventArgs.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetMouseArgs(Control, EventArgs) staticConverts the MouseEventArgs object passed as a parameter to a DXMouseEventArgs object. Inherited from DXMouseEventArgs.
GetMouseArgs(MouseEventArgs, Boolean) staticInherited from DXMouseEventArgs.
GetMouseArgs(MouseEventArgs) staticConverts the MouseEventArgs object passed as a parameter to a DXMouseEventArgs object. Inherited from DXMouseEventArgs.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Sync()For internal use. Inherited from DXMouseEventArgs.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

NodeClickEventArgs Class

DevExpress.XtraTreeList Namespace