Class AppointmentStartDraggingEventArgs
Provides data for a AppointmentStartDragging event and specifies the appointment data dragged in the view.
Inheritance
System.Object
AppointmentStartDraggingEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AppointmentStartDraggingEventArgs : CancelEventArgs
Constructors
AppointmentStartDraggingEventArgs()
Declaration
public AppointmentStartDraggingEventArgs()
Properties
Appointment
Specifies the data of appointment object that is start dragged in the schedule view.
Declaration
public object Appointment { get; }
Property Value
Type |
---|
System.Object |