Class AppointmentResizingEventArgs
Inheritance
System.Object
AppointmentResizingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentResizingEventArgs : CancelEventArgs
Constructors
AppointmentResizingEventArgs(IEvent)
AppointmentResizingEventArgs(IEvent, DateTime, TimeSpan)
Declaration
public AppointmentResizingEventArgs(IEvent appointment, DateTime newStartDate, TimeSpan newDuration)
Parameters
IEvent
appointment
|
System.DateTime
newStartDate
|
System.TimeSpan
newDuration
|
Properties
Appointment
NewDuration
Declaration
public TimeSpan NewDuration { get; set; }
Property Value
System.TimeSpan
|
NewStartDate
Declaration
public DateTime NewStartDate { get; set; }
Property Value
System.DateTime
|