Class AppointmentDraggingEventArgs
Provides data for a appointment dragging event and values of appointment that is dragged.
Inheritance
System.Object
AppointmentDraggingEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AppointmentDraggingEventArgs : CancelEventArgs
Constructors
AppointmentDraggingEventArgs()
Declaration
public AppointmentDraggingEventArgs()
Properties
Appointment
Gets the appointment dragged in the view.
Declaration
public object Appointment { get; }
Property Value
Type | Description |
---|---|
System.Object | Appointment. |
From
Specifies the date time of appointment from which time it is dragged in the view.
Declaration
public DateTime From { get; }
Property Value
Type | Description |
---|---|
System.DateTime | From. |
RefreshAppointment
Specifies whether the appointments is refreshed.
Declaration
public bool RefreshAppointment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | RefreshAppointment. |
Resources
Specifies the resource collection in schedule.
Declaration
public List<object> Resources { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> | Resources. |
To
Specifies the date time of appointment up to which it is dragged in the view.
Declaration
public DateTime To { get; }
Property Value
Type | Description |
---|---|
System.DateTime | To. |