Click or drag to resize
ButtonClickedRowColEventArgs Properties

The ButtonClickedRowColEventArgs type exposes the following members.

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