Class AppointmentResizeEndEventArgs
Provides data for the AppointmentResizeEnd event.
Inheritance
System.Object
AppointmentResizeEndEventArgs
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class AppointmentResizeEndEventArgs : CancelEventArgs
Constructors
AppointmentResizeEndEventArgs()
Declaration
public AppointmentResizeEndEventArgs()
Properties
Appointment
Gets the appointment that has been resized.
Declaration
public SchedulerAppointment Appointment { get; }
Property Value
| Type |
|---|
| SchedulerAppointment |
ResizedTime
Gets or sets the final resized time of the appointment.
Declaration
public DateTime ResizedTime { get; set; }
Property Value
| Type |
|---|
| System.DateTime |
ResizeEdge
Gets the edge from which the appointment was resized.
Declaration
public Nullable<AppointmentResizeEdge> ResizeEdge { get; }
Property Value
| Type |
|---|
| System.Nullable<AppointmentResizeEdge> |
Resource
Gets the resource associated with the appointment.
Declaration
public SchedulerResource Resource { get; }
Property Value
| Type |
|---|
| SchedulerResource |