MobileForms Toolkit Documentation

SmartGrid.CellClick Event

CellClick event is fired when cell is clicked in SmartGrid.

public event CellClickHandler CellClick;

Event Data

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.

Remarks

Arguments for this event are of type CellEventArgs.

This event is fired when cell is not in HeaderRow or HeaderColumn.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace