AppointmentsCollectionOnPropertyChanged Method

Fires the PropertyChanged event.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
protected virtual void OnPropertyChanged(
	PropertyChangedEventArgs e
)

Parameters

e  PropertyChangedEventArgs
Contains arguments for the PropertyChangedEventHandler.

See Also