Class
AppointmentResizingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentResizingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsAppointmentResizingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

AppointmentResizingEventArgs(IEvent)

Declaration

cs-api-definition
public AppointmentResizingEventArgs(IEvent appointment)

Parameters

appointment

IEvent

AppointmentResizingEventArgs(IEvent, DateTime, TimeSpan)

Declaration

cs-api-definition
public AppointmentResizingEventArgs(IEvent appointment, DateTime newStartDate, TimeSpan newDuration)

Parameters

appointment

IEvent

newStartDate

DateTime

newDuration

TimeSpan

Properties

Appointment

Gets the resized appointment.

Declaration

cs-api-definition
public IEvent Appointment { get; }

Property Value

IEvent

NewDuration

Declaration

cs-api-definition
public TimeSpan NewDuration { get; set; }

Property Value

TimeSpan

NewStartDate

Declaration

cs-api-definition
public DateTime NewStartDate { get; set; }

Property Value

DateTime