CellClick event is fired when cell is clicked in SmartGrid.
The event handler receives an argument of type CellEventArgs containing data related to this event. The following CellEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| Cell | Gets the cell that was clicked. |
Arguments for this event are of type CellEventArgs.
This event is fired when cell is not in HeaderRow or HeaderColumn.
SmartGrid Class | Resco.Controls.SmartGrid Namespace