SchedulerViewBase.PropertyChanging Event
In This Article
Occurs before a value of any of the SchedulerViewBase class properties is changed.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The PropertyChanging event's handler receives an argument of the PropertyChangingEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Property |
Gets the name of the property whose value is changing. |
#Implements
See Also