AppointmentDragStartCallback typedef

AppointmentDragStartCallback = void Function(AppointmentDragStartDetails appointmentDragStartDetails)

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

The dragging appointment and resource details when the appointment starts to drag available in the AppointmentDragStartDetails.

Used bySfCalendar.onDragStart.

See also:

Implementation

typedef AppointmentDragStartCallback = void Function(
    AppointmentDragStartDetails appointmentDragStartDetails);