Back to Devexpress

RecurrenceWindowShowingEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-e47025a6.md

latest2.1 KB
Original Source

RecurrenceWindowShowingEventArgs Class

Provides data for the SchedulerControl.RecurrenceWindowShowing event.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class RecurrenceWindowShowingEventArgs :
    AppointmentWindowShowingBaseEventArgs<RecurrenceWindowViewModel>
vb
Public Class RecurrenceWindowShowingEventArgs
    Inherits AppointmentWindowShowingBaseEventArgs(Of RecurrenceWindowViewModel)

RecurrenceWindowShowingEventArgs is the data class for the following events:

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

RecurrenceWindowShowingEventArgs Members

DevExpress.Xpf.Scheduling Namespace