AppointmentResizeEndDetails class
The appointment that resizing ends on view in SfCalendar
Details for AppointmentResizeEndCallback, such as appointment, startTime, endTime and resource.
See also:
- SfCalendar.onAppointmentResizeEnd, which receives the information.
- SfCalendar, which passes the information to one of its receiver.
- AppointmentResizeEndCallback, signature when appointment resizing ends in calendar.
Constructors
- AppointmentResizeEndDetails(dynamic appointment, CalendarResource? resource, DateTime? startTime, DateTime? endTime)
-
Creates details for AppointmentResizeUpdateCallback.
const
Properties
- appointment → dynamic
-
The appointment that resized on view in SfCalendar.
final
- endTime → DateTime?
-
The updated end time of the reschedule appointment.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource → CalendarResource?
-
The resource associated with the rescheduled appointment in timeline
views.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The updated start time of the reschedule 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