Version

CellStyleRequestedEventHandler Delegate

Called when the style key for a cell is requested.
Syntax
public delegate void CellStyleRequestedEventHandler( 
   object sender,
   CellStyleRequestedEventArgs args
)

Parameters

sender
The owner of the cell.
args
The arguments for the style request.
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