SchedulerDataStorage.ItemPropertyChanged Event
Raises when any item (appointment, resource, appointment dependency, label or status) stored within this SchedulerDataStorage changes its property value.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler
Declaration
Event Data
The ItemPropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
PropertyName | Gets the name of the property that changed. |
See Also