| LButtonClickedRowColEventArgs Class |
Namespace: Stingray.Grid
The LButtonClickedRowColEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| LButtonClickedRowColEventArgs |
Initializes a new LButtonClickedRowColEventArgs object at the indicated
location.
|
| Name | Description | |
|---|---|---|
| Col |
Gets or sets the column index of the cell.
(Inherited from CellEventArgs.) | |
| Flags |
Gets or sets the button click flags.
(Inherited from ButtonClickedRowColEventArgs.) | |
| Handled |
Gets or sets a value to show that the event has been handled.
(Inherited from ButtonClickedRowColEventArgs.) | |
| Point |
Gets or sets the coordinates of the mouse click.
(Inherited from ButtonClickedRowColEventArgs.) | |
| Row |
Gets or sets the row index of the cell.
(Inherited from CellEventArgs.) |