Class
SchedulerAppointmentEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerAppointmentEventArgs : EventArgs

Inheritance: objectEventArgsSchedulerAppointmentEventArgs

Inherited Members EventArgs.Empty

Constructors

SchedulerAppointmentEventArgs(AppointmentElement)

Declaration

cs-api-definition
public SchedulerAppointmentEventArgs(AppointmentElement appointmentElement)

Parameters

appointmentElement

AppointmentElement

SchedulerAppointmentEventArgs(IEvent)

Declaration

cs-api-definition
public SchedulerAppointmentEventArgs(IEvent appointment)

Parameters

appointment

IEvent

Properties

Appointment

Declaration

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

Property Value

IEvent

AppointmentElement

Declaration

cs-api-definition
public AppointmentElement AppointmentElement { get; }

Property Value

AppointmentElement