Skip to main content

TimeRuler.PropertyChanged Event

Fires when any of the TimeRuler properties are changed.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public event PropertyChangedEventHandler PropertyChanged

Event Data

The PropertyChanged 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.

Remarks

Handle the PropertyChanged event to perform any actions every time the time ruler property is changing.

See Also