AppointmentDragEndCallback typedef

AppointmentDragEndCallback = void Function(AppointmentDragEndDetails appointmentDragEndDetails)

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

The dragging appointment, sourceResource, targetResource and droppingTime when the appointment dragging ends available in the AppointmentDragEndDetails.

Used bySfCalendar.onDragEnd.

See also:

Implementation

typedef AppointmentDragEndCallback = void Function(
    AppointmentDragEndDetails appointmentDragEndDetails);