Skip to main content
All docs
V18.2

SchedulerPrintAdapter.PropertyChanging Event

Occurs before a value of any of the SchedulerPrintAdapter class properties is changed.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public event PropertyChangingEventHandler PropertyChanging

Event Data

The PropertyChanging event's data class is PropertyChangingEventArgs. The following properties provide information specific to this event:

Property Description
PropertyName Gets the name of the property whose value is changing.
See Also