Skip to main content

SchedulerControl.DeserializeAppointments Event

Occurs when the user drags appointments from an external source.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public event EventHandler<DeserializeAppointmentsEventArgs> DeserializeAppointments

Event Data

The DeserializeAppointments event's data class is DeserializeAppointmentsEventArgs. The following properties provide information specific to this event:

Property
Appointments
Data
Handled

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