Click or drag to resize
MButtonHitRowColEventArgs Properties

The MButtonHitRowColEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCol
Gets or sets the column index of the cell.
(Inherited from CellEventArgs.)
Public propertyDragCol
Gets or sets the drag column index for the event.
Public propertyDragRow
Gets or sets the drag row index for the event.
Public propertyFlags
Gets or sets the button click flags.
(Inherited from ButtonClickedRowColEventArgs.)
Public propertyHandled
Gets or sets a value to show that the event has been handled.
(Inherited from ButtonClickedRowColEventArgs.)
Public propertyHitState
Gets or sets the hit state for the event.
Public propertyPoint
Gets or sets the coordinates of the mouse click.
(Inherited from ButtonClickedRowColEventArgs.)
Public propertyRow
Gets or sets the row index of the cell.
(Inherited from CellEventArgs.)
Top
See Also