Version

TimeSlotClickedEventArgs Class Members

The following tables list the members exposed by TimeSlotClickedEventArgs.

Public Constructors
 NameDescription
Public ConstructorTimeSlotClickedEventArgs ConstructorInitializes a new TimeSlotClickedEventArgs.  
Public Properties
 NameDescription
Public PropertyAllowSelectionReturns/sets whether this click should be processed and the TimeSlot selected.  
Public PropertyClickedInDateReturns the date within which the TimeSlot was clicked. (read-only)  
Public PropertyClickedInResourceReturns the Infragistics.Scheduler.ScheduleResource within which the TimeSlot was clicked or null if there is no Infragistics.Scheduler.ScheduleResource associated with the location in the TimeSlot that was clicked. (read-only)  
Public PropertyClickedTimeRangeReturns the Infragistics.Scheduler.TimeRange associated with the TimeSlot that was clicked (read-only)  
Public PropertyViewModeReturns the Infragistics.Scheduler.Core.SchedulerViewMode associated with the TimeSlot that was clicked (read-only)  
See Also