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:

Implementation

typedef AppointmentResizeStartCallback = void Function(
    AppointmentResizeStartDetails appointmentResizeStartDetails);