Class AppointmentResizingEventArgs
Provides data for the AppointmentResizing event.
Inheritance
System.Object
AppointmentResizingEventArgs
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class AppointmentResizingEventArgs : CancelEventArgs
Constructors
AppointmentResizingEventArgs()
Declaration
public AppointmentResizingEventArgs()
Properties
Appointment
Gets the appointment that is being resized.
Declaration
public SchedulerAppointment Appointment { get; }
Property Value
| Type |
|---|
| SchedulerAppointment |
ResizeEdge
Gets the edge from which the appointment is being resized.
Declaration
public Nullable<AppointmentResizeEdge> ResizeEdge { get; }
Property Value
| Type |
|---|
| System.Nullable<AppointmentResizeEdge> |
ResizingTime
Gets the time value corresponding to the current resize position.
Declaration
public DateTime ResizingTime { get; }
Property Value
| Type |
|---|
| System.DateTime |
Resource
Gets the resource associated with the appointment.
Declaration
public SchedulerResource Resource { get; }
Property Value
| Type |
|---|
| SchedulerResource |