Class AppointmentStartResizingEventArgs
Provides information regarding appointment resizing in the schedule view.
Inheritance
System.Object
AppointmentStartResizingEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AppointmentStartResizingEventArgs : CancelEventArgs
Constructors
AppointmentStartResizingEventArgs()
Declaration
public AppointmentStartResizingEventArgs()
Properties
Appointment
Specifies the appointment to be resized in the schedule view.
Declaration
public object Appointment { get; }
Property Value
Type |
---|
System.Object |