AppointmentDragUpdateCallback typedef
AppointmentDragUpdateCallback =
void Function(AppointmentDragUpdateDetails appointmentDragUpdateDetails)
Signature for callback that reports that a appointment dragging in SfCalendar.
The dragging appointment, position, time, sourceResource and tergetResource details when the appointment resizing available in the AppointmentDragUpdateDetails.
Used bySfCalendar.onDragUpdate.
See also:
- SfCalendar.onDragUpdate, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef AppointmentDragUpdateCallback = void Function(
AppointmentDragUpdateDetails appointmentDragUpdateDetails);