Class AppointmentEndResizingEventArgs
Provides data for a AppointmentEndResizing event.Specifies the properties to resize appointent objects in the view.
Inheritance
System.Object
AppointmentEndResizingEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AppointmentEndResizingEventArgs : CancelEventArgs
Constructors
AppointmentEndResizingEventArgs()
Declaration
public AppointmentEndResizingEventArgs()
Properties
Appointment
Specifies the appointment object resized in the view.
Declaration
public object Appointment { get; }
Property Value
Type |
---|
System.Object |
From
Provides date time of the appointment object from which it is resized.
Declaration
public DateTime From { get; }
Property Value
Type |
---|
System.DateTime |
ResizeType
Specifies whether the resize of appointment object done at start time or end time.
Declaration
public ResizeType ResizeType { get; }
Property Value
Type |
---|
ResizeType |
To
Provides date time of the appointment object up to which it is resized.
Declaration
public DateTime To { get; set; }
Property Value
Type |
---|
System.DateTime |