Class AppointmentDragEventArgs
Dragging event arguments.
Inheritance
System.Object
AppointmentDragEventArgs
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class AppointmentDragEventArgs : EventArgs
Constructors
AppointmentDragEventArgs()
Declaration
public AppointmentDragEventArgs()
Properties
Appointment
Gets the appointment.
Declaration
public object Appointment { get; }
Property Value
| Type | Description |
|---|---|
| System.Object | The appointment. |
DraggingPoint
Gets the dragging point.
Declaration
public CGPoint DraggingPoint { get; }
Property Value
| Type | Description |
|---|---|
| CoreGraphics.CGPoint | The dragging point. |
DraggingTime
Gets the dragging time.
Declaration
public NSDate DraggingTime { get; }
Property Value
| Type | Description |
|---|---|
| Foundation.NSDate | The dragging time. |