'Declaration Public Event CellTapped As EventHandler(Of GridInputEventArgs)
public event EventHandler<GridInputEventArgs> CellTapped
Event Data
The event handler receives an argument of type C1.WPF.Grid.GridInputEventArgs containing data related to this event. The following GridInputEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from C1.WPF.Grid.CancelEventArgs) |
Cancellable | (Inherited from C1.WPF.Grid.CancelEventArgs) |
CellRange | (Inherited from C1.WPF.Grid.GridCellRangeEventArgs) |
CellType | (Inherited from C1.WPF.Grid.GridCellRangeEventArgs) |
Event | Gets the arguments of the underlying input event that raised this event. |
See Also