Class AppointmentEndDraggingEventArgs
Provides data for a appointment end dragging event when appointment dragging is completed and specifies the dragged appointment data in the schedule view.
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 of appointment from which time it is dragged in the view.
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 appointment up to which it is dragged in the view.
Declaration
public DateTime To { get; set; }
Property Value
| Type |
|---|
| System.DateTime |