Class AppointmentDragStartingEventArgs
Drag starting event arguments.
Inheritance
System.Object
AppointmentDragStartingEventArgs
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class AppointmentDragStartingEventArgs : CancelEventArgs
Constructors
AppointmentDragStartingEventArgs()
Declaration
public AppointmentDragStartingEventArgs()
Properties
Appointment
Gets the appointment.
Declaration
public object Appointment { get; }
Property Value
Type | Description |
---|---|
System.Object | The appointment. |