Class AppointmentDragStartingEventArgs
Provides data for the AppointmentDragStarting event.
Inheritance
System.Object
AppointmentDragStartingEventArgs
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class AppointmentDragStartingEventArgs : CancelEventArgs
Constructors
AppointmentDragStartingEventArgs()
Declaration
public AppointmentDragStartingEventArgs()
Properties
Appointment
Gets the Appointment that is going to be dragged.
Declaration
public ScheduleAppointment Appointment { get; }
Property Value
Type |
---|
ScheduleAppointment |
Remarks
When occurrence appointment of pattern appointment is drag start , it holds the occurrence appointment details. You can get the pattern appointment details from the occurrence appointment by using the GetPatternAppointment(SfScheduler, Object).
Resource
Gets the resource of an appointment under which the appointment is located.
Declaration
public SchedulerResource Resource { get; }
Property Value
Type |
---|
SchedulerResource |
Remarks
Data property holds the data object associated with scheduler when scheduler resource created from custom data object using ResourceMapping.