Back to Devexpress

AppointmentAddingEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-588191c0.md

latest1.6 KB
Original Source

AppointmentAddingEventArgs Class

Provides data for the SchedulerControl.AppointmentAdding event.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class AppointmentAddingEventArgs :
    CancelRoutedEventArgs
vb
Public Class AppointmentAddingEventArgs
    Inherits CancelRoutedEventArgs

AppointmentAddingEventArgs is the data class for the following events:

Remarks

Instances of the AppointmentAddingEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs RoutedEventArgs CancelRoutedEventArgs AppointmentAddingEventArgs

See Also

AppointmentAddingEventArgs Members

DevExpress.Xpf.Scheduling Namespace