Class AppointmentDragStartingEventArgs
The Appointment Drag Starting Event Argument which contains the appointment details which starts to drag.
Inherited Members
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class AppointmentDragStartingEventArgs : CancelEventArgs
Constructors
AppointmentDragStartingEventArgs()
Initializes a new instance of the AppointmentDragStartingEventArgs class.
Declaration
public AppointmentDragStartingEventArgs()
Properties
Appointment
Gets the appointment object and it's properties to get the appointment details which start to drag in schedule.
Declaration
public object Appointment { get; }
Property Value
Type | Description |
---|---|
System.Object | The appointment. |