Skip to main content

SchedulerViewBase.PropertyChanging Event

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

public event PropertyChangingEventHandler PropertyChanging

#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
PropertyName Gets the name of the property whose value is changing.

#Implements

See Also