Class AppointmentDragStartingEventArgs
Drag starting event arguments.
Inheritance
System.Object
AppointmentDragStartingEventArgs
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.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. |