Back to Devexpress

RowClickEventArgs Members

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

latest7.7 KB
Original Source

RowClickEventArgs Members

Supplies data for the RowClick, RowSelectImageClick, and RowStateImageClick events.

Constructors

NameDescription
RowClickEventArgs(DXMouseEventArgs, TreeListNode)Initializes a new instance of the RowClickEventArgs class with specified settings.

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.
HitInfoGets an object that identifies the clicked UI element.
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. Inherited from NodeClickEventArgs.
PointGets the mouse pointer’s location. Inherited from NodeClickEventArgs.
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

RowClickEventArgs Class

DevExpress.XtraTreeList Namespace