Version

OnAppointmentPropertyChanged Method (ScheduleListDataSource)

Raises the AppointmentPropertyChanged event. This is our pseudo-handler for PropertyChanged - we don't actually listen to our own appointment's PropertyChanged event, we manually push the notification to this method.
Syntax
protected internal override void OnAppointmentPropertyChanged( 
   Appointment appointment,
   AppointmentProperty property,
   object oldValue,
   object newValue,
   bool raiseEvent
)

Parameters

appointment
property
oldValue
newValue
raiseEvent
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