Search
CellEventArgs Properties
 


 Public Properties

  Name Description

Cell

Get the cell for which the event is raised.

Column

Gets the index of the table's column that contains Cell.

MouseButton

Gets which mouse button has been pressed.

MousePosition

Gets the current mouse pointer position.

PreventNodeEvent

Gets or sets whether to prevent node event from being raised after cell's one.

Row

Gets the index of the table's row that contains Cell.

Table

Get the table that contains Cell.

 See Also