Version

DataError Event (ScheduleDataSource)

Occurs when an error was encountered during a data access operation.
Syntax
public event DataErrorEventHandler DataError
Event Data

The event handler receives an argument of type DataErrorEventArgs containing data related to this event. The following DataErrorEventArgs properties provide information specific to this event.

PropertyDescription
Error Returns a reference to the DataError object containing detailed information about the error
Operation Returns a constant descibing the data connector operation which caused the error.
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