SchedulerControl.AppointmentDragStarting Event
Occurs when the user starts dragging the selected appointment(s).
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The AppointmentDragStarting event's data class is AppointmentDragStartingEventArgs. The following properties provide information specific to this event:
| Property |
|---|
| AllowedOperations |
| Cancel |
| DraggingAppointments |
| DragUI |
| SourceAppointments |
Remarks
The AppointmentDragStarting event raises the SerializeAppointments event. Handle the SerializeAppointments event to create a Windows.ApplicationModel.DataTransfer.DataPackage object that contains appointment data. See the DataPackage topic in MSDN for more information.
See Also