AppointmentResizeStartCallback typedef
AppointmentResizeStartCallback =
void Function(AppointmentResizeStartDetails appointmentResizeStartDetails)
Signature for callback that reports that a appointment starts resizing in SfCalendar.
The resizing appointment and resource details when the appointment starts to resize available in the AppointmentResizeStartDetails.
Used bySfCalendar.onAppointmentResizeStart.
See also:
- SfCalendar.onAppointmentResizeStart, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef AppointmentResizeStartCallback = void Function(
AppointmentResizeStartDetails appointmentResizeStartDetails);