SchedulerControl.ItemPropertyChanged Event
Occurs when one of the Scheduler item’s properties has been changed.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Event Data
The ItemPropertyChanged event's data class is ItemPropertyChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Item | Gets an item whose property has been changed. |
ItemType | Indicates the type of the item whose property has been changed. |
PropertyName | Gets the name of the property which has been changed. |
Remarks
The event is raised when the property of one of the following objects is changed:
See Also