Back to Devexpress

DropAppointmentEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-314a07f6.md

latest1.6 KB
Original Source

DropAppointmentEventArgs Class

Provides data for the DropAppointment event.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

DropAppointmentEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs RoutedEventArgs CancelRoutedEventArgs DropAppointmentEventArgs

See Also

DropAppointmentEventArgs Members

DevExpress.Xpf.Scheduling Namespace