SchedulerDataStorage.ItemPropertyChanged Event
Fires when a scheduler item’s property changes.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
public event ItemPropertyChangedEventHandler ItemPropertyChanged
#Event Data
The ItemPropertyChanged event's data class is ItemPropertyChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Item | Returns the scheduler item whose property changed. |
Item |
Returns the kind of scheduler item whose property changed. |
Property |
Returns the name of the changed property. |