Skip to main content

AppointmentInplaceEditorViewModel.IsActiveChanged Event

Occurs when the AppointmentInplaceEditorViewModel.IsActive property value is changed.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public event ValueChangedEventHandler<bool> IsActiveChanged

Event Data

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