Skip to main content

SchedulerControl.DeserializeAppointments Event

Occurs when the user drags appointments from an external source.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<DeserializeAppointmentsEventArgs> DeserializeAppointments

Event Data

The DeserializeAppointments event's data class is DevExpress.UI.Xaml.Scheduler.DeserializeAppointmentsEventArgs.

Remarks

Use the Data event property to get the appointment data. Use the data to populate the Appointments event property. See the DataPackage topic in MSDN for more information.

If you set the Handled event parameter to true, the AppointmentDragEnter event is raised after DeserializeAppointments.

See Also