Version

TimeSlotClicked Event (XamScheduler)

Occurs when an Infragistics.Scheduler.Core.TimeSlot is clicked in the XamScheduler.
Syntax
public event TimeSlotClickedEventHandler TimeSlotClicked
Event Data

The event handler receives an argument of type TimeSlotClickedEventArgs containing data related to this event. The following TimeSlotClickedEventArgs properties provide information specific to this event.

PropertyDescription
AllowSelection Returns/sets whether this click should be processed and the TimeSlot selected.
ClickedInDate Returns the date within which the TimeSlot was clicked. (read-only)
ClickedInResource 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)
ClickedTimeRange Returns the Infragistics.Scheduler.TimeRange associated with the TimeSlot that was clicked (read-only)
ViewMode Returns the Infragistics.Scheduler.Core.SchedulerViewMode associated with the TimeSlot that was clicked (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