Class DragStartingEventArgs
Provides data while start dragging in Schedule.
Inheritance
System.Object
DragStartingEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class DragStartingEventArgs : CancelEventArgs
Constructors
DragStartingEventArgs()
Declaration
public DragStartingEventArgs()
Properties
Appointment
Specifies the data of appointment object that is dragged in the schedule view.
Declaration
public object Appointment { get; }
Property Value
Type |
---|
System.Object |