Skip to main content
A newer version of this page is available. .
All docs
V20.2

ITimeScale.IsEnabledChanged Event

Fires each time the IsEnabled property value changes.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

event ValueChangedEventHandler<bool> IsEnabledChanged

Event Data

The IsEnabledChanged event's data class is ValueChangedEventArgs<Boolean>. The following properties provide information specific to this event:

Property Description
NewValue Gets an object that represents the new value of a specific property.
OldValue Gets an object that represents the old value of a specific property.
See Also