Class AppointmentEndDraggingEventArgs
Provides the properties for appointment end dragging event.
Inheritance
System.Object
AppointmentEndDraggingEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AppointmentEndDraggingEventArgs : CancelEventArgs
Constructors
AppointmentEndDraggingEventArgs()
Declaration
public AppointmentEndDraggingEventArgs()
Properties
Appointment
Specifies the appointment dragged in the view.
Declaration
public object Appointment { get; }
Property Value
Type |
---|
System.Object |
From
Specifies the date time from where appointment is dragged in Schedule.
Declaration
public DateTime From { get; }
Property Value
Type |
---|
System.DateTime |
Resources
Specifies the collection of resources in the Schedule
Declaration
public List<object> Resources { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Object> |
To
Specifies the date time of the appointment to the point dragged in Schedule.
Declaration
public DateTime To { get; set; }
Property Value
Type |
---|
System.DateTime |