AppointmentDragUpdateCallback typedef

AppointmentDragUpdateCallback = void Function(AppointmentDragUpdateDetails appointmentDragUpdateDetails)

Signature for callback that reports that a appointment dragging in SfCalendar.

The dragging appointment, position, time, sourceResource and tergetResource details when the appointment resizing available in the AppointmentDragUpdateDetails.

Used bySfCalendar.onDragUpdate.

See also:

Implementation

typedef AppointmentDragUpdateCallback = void Function(
    AppointmentDragUpdateDetails appointmentDragUpdateDetails);