A newer version of this page is available.
Switch to the current version.
RecurrenceWindowShowingEventArgs Class
Provides data for the SchedulerControl.RecurrenceWindowShowing event.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public class RecurrenceWindowShowingEventArgs :
AppointmentWindowShowingBaseEventArgs<RecurrenceWindowViewModel>
Public Class RecurrenceWindowShowingEventArgs
Inherits AppointmentWindowShowingBaseEventArgs(Of RecurrenceWindowViewModel)
Remarks
An instance of the RecurrenceWindowShowingEventArgs 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.RecurrenceWindowViewModel>
DevExpress.Xpf.Scheduling.AppointmentWindowShowingBaseEventArgs<DevExpress.Xpf.Scheduling.VisualData.RecurrenceWindowViewModel>
RecurrenceWindowShowingEventArgs
See Also
Feedback