Xuni Product Documentation - Xamarin.Forms
CellTapped Event
Occurs when a cell is tapped.
Syntax
public event EventHandler<GridCellRangeEventArgs> CellTapped
Event Data

The event handler receives an argument of type GridCellRangeEventArgs containing data related to this event. The following GridCellRangeEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Gets or sets a value indicating whether the associated event should be canceled. (Inherited from Xuni.Forms.FlexGrid.CancelEventArgs)
Cancelable Gets a value indicating whether the associated event is cancelable. (Inherited from Xuni.Forms.FlexGrid.CancelEventArgs)
CellRange Gets the cell range.  
CellType Gets the type of the cell.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlexGrid Class
FlexGrid Members