Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class AppointmentResizingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsAppointmentResizingEventArgs
Inherited Members
Constructors
Properties
Gets the resized appointment.
C#
public IEvent Appointment { get; }
C#
public TimeSpan NewDuration { get; set; }
C#
public DateTime NewStartDate { get; set; }