Version

GridCellEventHandler Delegate

Called for an action on a grid cell.
Syntax
public delegate void GridCellEventHandler( 
   object sender,
   GridCellEventArgs args
)

Parameters

sender
The grid.
args
Infromation about the cell in context.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also