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:

Implementation

typedef AppointmentResizeUpdateCallback = void Function(
    AppointmentResizeUpdateDetails appointmentResizeUpdateDetails);