Back to Devexpress

SchedulerControl.IsDataManipulationAllowedChanged Event

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-f9adaa66.md

latest1.8 KB
Original Source

SchedulerControl.IsDataManipulationAllowedChanged Event

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public event ValueChangedEventHandler<bool> IsDataManipulationAllowedChanged
vb
Public Event IsDataManipulationAllowedChanged As ValueChangedEventHandler(Of Boolean)

Event Data

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

PropertyDescription
NewValueGets an object that represents the new value of a specific property.
OldValueGets an object that represents the old value of a specific property.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace