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

AppointmentWindowShowingEventArgs Class

Provides data for the SchedulerControl.AppointmentWindowShowing event.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public class AppointmentWindowShowingEventArgs :
    AppointmentWindowShowingBaseEventArgs<AppointmentWindowViewModel>

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