Skip to main content
A newer version of this page is available. .

SchedulerControl.IsDataManipulationAllowedChanged Event

Occurs when the SchedulerControl.IsDataManipulationAllowed property value has been changed.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public event ValueChangedEventHandler<bool> IsDataManipulationAllowedChanged

Event Data

The IsDataManipulationAllowedChanged 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