AppointmentResizeUpdateCallback typedef
AppointmentResizeUpdateCallback =
void Function(AppointmentResizeUpdateDetails appointmentResizeUpdateDetails)
Signature for callback that reports that a appointment resizing in SfCalendar.
The resizing appointment, position, time and resource details when the appointment resizing available in the AppointmentResizeUpdateDetails.
Used bySfCalendar.onAppointmentResizeUpdate.
See also:
- SfCalendar.onAppointmentResizeUpdate, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef AppointmentResizeUpdateCallback = void Function(
AppointmentResizeUpdateDetails appointmentResizeUpdateDetails);