Version

ConvertCallback Property (SchedulePropertyMapping)

Reference to a delegate which is invoked before a value is assigned to a schedule object property, providing an opportunity to convert the value.
Syntax
public Func<object,object> ConvertCallback {get; set;}
Remarks

To bypass conversion, return the same value that was passed into this method. If null is returned, a value of null will be assigned to the schedule object property, which will cause an exception to be thrown if null is not a valid value for that property.

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