Version

DataSourceRowExpansionChangedEventArgs Constructor

Constructs a DataSourceRowExpansionChangedEventArgs.
Syntax
public DataSourceRowExpansionChangedEventArgs( 
   int rowIndex,
   bool oldState,
   bool newState
)

Parameters

rowIndex
The associated row index.
oldState
The previous state.
newState
The new 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