AppointmentDragStartCallback typedef
AppointmentDragStartCallback =
void Function(AppointmentDragStartDetails appointmentDragStartDetails)
Signature for callback that reports that a appointment starts dragging in SfCalendar.
The dragging appointment and resource details when the appointment starts to drag available in the AppointmentDragStartDetails.
Used bySfCalendar.onDragStart.
See also:
- SfCalendar.onDragStart, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef AppointmentDragStartCallback = void Function(
AppointmentDragStartDetails appointmentDragStartDetails);