Class AppointmentDropEventArgs
Drop event arguments.
Inheritance
System.Object
AppointmentDropEventArgs
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class AppointmentDropEventArgs : CancelEventArgs
Constructors
AppointmentDropEventArgs()
Declaration
public AppointmentDropEventArgs()
Properties
Appointment
Gets or sets the appointment.
Declaration
public object Appointment { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The appointment. |
DropTime
Gets or sets the drop time.
Declaration
public NSDate DropTime { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The drop time. |