AppointmentDragEndCallback typedef
AppointmentDragEndCallback =
void Function(AppointmentDragEndDetails appointmentDragEndDetails)
Signature for callback that reports that a appointment dragging completed in SfCalendar.
The dragging appointment, sourceResource, targetResource and droppingTime when the appointment dragging ends available in the AppointmentDragEndDetails.
Used bySfCalendar.onDragEnd.
See also:
- SfCalendar.onDragEnd, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef AppointmentDragEndCallback = void Function(
AppointmentDragEndDetails appointmentDragEndDetails);