A newer version of this page is available.
Switch to the current version.
DeleteOccurrenceWindowShowingEventArgs Class
Provides data for the SchedulerControl.DeleteOccurrenceWindowShowing event.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public class DeleteOccurrenceWindowShowingEventArgs :
AppointmentWindowShowingBaseEventArgs<DeleteOccurrenceWindowViewModel>
Public Class DeleteOccurrenceWindowShowingEventArgs
Inherits AppointmentWindowShowingBaseEventArgs(Of DeleteOccurrenceWindowViewModel)
Remarks
An instance of the DeleteOccurrenceWindowShowingEventArgs class with appropriate settings is automatically created and passed to the corresponding event's handler.
Inheritance
Object
EventArgs
RoutedEventArgs
CancelRoutedEventArgs
WindowShowingEventArgs<DevExpress.Xpf.Scheduling.VisualData.DeleteOccurrenceWindowViewModel>
DevExpress.Xpf.Scheduling.AppointmentWindowShowingBaseEventArgs<DevExpress.Xpf.Scheduling.VisualData.DeleteOccurrenceWindowViewModel>
DeleteOccurrenceWindowShowingEventArgs
See Also
Feedback