Version

DataSourceRowExpansionChangedHandler Delegate

Called when a row is expanded or collapsed.
Syntax
public delegate void DataSourceRowExpansionChangedHandler( 
   object sender,
   DataSourceRowExpansionChangedEventArgs args
)

Parameters

sender
The data source.
args
Information about the row.
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