Class
SchedulerAppointmentSelectedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerAppointmentSelectedEventArgs : EventArgs

Inheritance: objectEventArgsSchedulerAppointmentSelectedEventArgs

Inherited Members EventArgs.Empty

Constructors

SchedulerAppointmentSelectedEventArgs(IEvent, bool, bool)

Declaration

cs-api-definition
public SchedulerAppointmentSelectedEventArgs(IEvent appointment, bool select, bool extendSelection)

Parameters

appointment

IEvent

select

bool

extendSelection

bool

Properties

Appointment

Declaration

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

Property Value

IEvent

ExtendSelection

Declaration

cs-api-definition
public bool ExtendSelection { get; }

Property Value

bool

Select

Declaration

cs-api-definition
public bool Select { get; }

Property Value

bool