Back to Devexpress

AppointmentWindowShowingEventArgs Class

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

latest2.1 KB
Original Source

AppointmentWindowShowingEventArgs Class

Provides data for the SchedulerControl.AppointmentWindowShowing event.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class AppointmentWindowShowingEventArgs :
    AppointmentWindowShowingBaseEventArgs<AppointmentWindowViewModel>
vb
Public Class AppointmentWindowShowingEventArgs
    Inherits AppointmentWindowShowingBaseEventArgs(Of AppointmentWindowViewModel)

AppointmentWindowShowingEventArgs is the data class for the following events:

Remarks

An instance of the AppointmentWindowShowingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs RoutedEventArgs CancelRoutedEventArgs WindowShowingEventArgs<DevExpress.Xpf.Scheduling.AppointmentWindowViewModel> DevExpress.Xpf.Scheduling.AppointmentWindowShowingBaseEventArgs<DevExpress.Xpf.Scheduling.AppointmentWindowViewModel> AppointmentWindowShowingEventArgs

See Also

AppointmentWindowShowingEventArgs Members

DevExpress.Xpf.Scheduling Namespace