AppointmentResizeEndCallback typedef

AppointmentResizeEndCallback = void Function(AppointmentResizeEndDetails appointmentResizeEndDetails)

Signature for callback that reports that a appointment resizing completed in SfCalendar.

The resizing appointment, start time, end time and resource details when the appointment resizing ends available in the AppointmentResizeEndDetails.

Used bySfCalendar.onAppointmentResizeEnd.

See also:

Implementation

typedef AppointmentResizeEndCallback = void Function(
    AppointmentResizeEndDetails appointmentResizeEndDetails);