Version

NotifyRowExpansionChanged Method

Called when row expansion has changed.
Syntax
void NotifyRowExpansionChanged( 
   int index,
   bool oldState,
   bool newState
)

Parameters

index
The index of the row expanded.
oldState
The old expansion state.
newState
The new expansion state.
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