Version

DataSourceDataProviderSchemaChangedHandler Delegate

Called when the schame for a data provider has changed.
Syntax
public delegate void DataSourceDataProviderSchemaChangedHandler( 
   object sender,
   DataSourceDataProviderSchemaChangedEventArgs args
)

Parameters

sender
The data provider for which the schema has changed.
args
Information about the changed schema.
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