Class SchedulerAppointmentSelectedEventArgs
Inheritance
System.Object
System.EventArgs
SchedulerAppointmentSelectedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerAppointmentSelectedEventArgs : EventArgs
Constructors
SchedulerAppointmentSelectedEventArgs(IEvent, Boolean, Boolean)
Declaration
public SchedulerAppointmentSelectedEventArgs(IEvent appointment, bool select, bool extendSelection)
Parameters
IEvent
appointment
|
System.Boolean
select
|
System.Boolean
extendSelection
|
Properties
Appointment
ExtendSelection
Declaration
public bool ExtendSelection { get; }
Property Value
System.Boolean
|
Select
Declaration
public bool Select { get; }
Property Value
System.Boolean
|