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

SchedulerControl.EditOccurrenceWindowShowing Event

Occurs before showing the Edit Occurrence Window. This is a routed event.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public event EditOccurrenceWindowShowingEventHandler EditOccurrenceWindowShowing

Event Data

The EditOccurrenceWindowShowing event's data class is DevExpress.Xpf.Scheduling.EditOccurrenceWindowShowingEventArgs.

Remarks

Handle the EditOccurrenceWindowShowing event to specify the window displayed when editing an occurrence, or hide it. You can specify a window for display using the WindowShowingEventArgs<T>.Window property, or not display any window at all by setting the CancelRoutedEventArgs.Cancel property to true.

See Also