public event TimeSlotSelectedEventHandler TimeSlotSelected
The event handler receives an argument of type TimeSlotSelectedEventArgs containing data related to this event. The following TimeSlotSelectedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
SelectedInDate | Returns the date within which the TimeSlot was selected. (read-only) |
SelectedInResource | Returns 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) |
SelectedTimeRange | Returns the Infragistics.Scheduler.TimeRange associated with the TimeSlot that was selected (read-only) |
ViewMode | Returns the Infragistics.Scheduler.Core.SchedulerViewMode associated with the Infragistics.Scheduler.Core.TimeSlot that was selected (read-only) |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+