Class ScheduleNotificationObject
Custom class to invoke property change event and get the old value or collections of the property to dispose it.
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class ScheduleNotificationObject : Object, INotifyPropertyChanged
Constructors
ScheduleNotificationObject()
Declaration
public ScheduleNotificationObject()
Methods
RaisePropertyChanged(String, Object)
Invokes the property changed event.
Declaration
protected virtual void RaisePropertyChanged(string propertyName, object oldValue = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Property name. |
System.Object | oldValue | Old value. |
Events
PropertyChanged
Property changed event to indicate the property has been changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged