Class
AppointmentResizedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentResizedEventArgs : EventArgs

Inheritance: objectEventArgsAppointmentResizedEventArgs

Inherited Members EventArgs.Empty

Constructors

AppointmentResizedEventArgs(IEvent)

Initializes a new instance of the AppointmentResizedEventArgs.

Declaration

cs-api-definition
public AppointmentResizedEventArgs(IEvent appointment)

Parameters

appointment

IEvent

Properties

Appointment

Gets the resized appointment.

Declaration

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

Property Value

IEvent