Version

TimeSlotSelected Event (XamScheduler)

Occurs when an Infragistics.Scheduler.Core.TimeSlot is selected in the XamScheduler.
Syntax
public event TimeSlotSelectedEventHandler TimeSlotSelected
Event Data

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.

PropertyDescription
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)
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also