AppointmentDragEndDetails class
The appointment that dragging ends on view in SfCalendar
Details for AppointmentDragEndCallback, such as appointment, sourceResource, targetResource and droppingTime.
See also:
- SfCalendar.onDragEnd, which receives the information.
 - SfCalendar, which passes the information to one of its receiver.
 - AppointmentDragEndCallback, signature when appointment dragging ends in calendar.
 
Constructors
- AppointmentDragEndDetails(Object? appointment, CalendarResource? sourceResource, CalendarResource? targetResource, DateTime? droppingTime)
 - 
          Creates details for AppointmentDragEndCallback.
            const
 
Properties
- appointment → Object?
 - 
  The dropping appointment.
  final
 - droppingTime → DateTime?
 - 
  The dropping time.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - sourceResource → CalendarResource?
 - 
  The source resource of the dropping appointment.
  final
 - targetResource → CalendarResource?
 - 
  The dropping resource of the appointment.
  final
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited