Class AppointmentDragEventArgs
Dragging event arguments.
Inheritance
System.Object
AppointmentDragEventArgs
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.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 Point DraggingPoint { get; }
Property Value
Type | Description |
---|---|
Android.Graphics.Point | The dragging point. |
DraggingTime
Gets the dragging time.
Declaration
public Calendar DraggingTime { get; }
Property Value
Type | Description |
---|---|
Java.Util.Calendar | The dragging time. |