Version

DayClicked Event (XamScheduler)

Occurs when a day is clicked
Syntax
public event DayClickedEventHandler DayClicked
Event Data

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

PropertyDescription
ClickedDate Returns the date that was clicked (read-only)
ViewMode Returns the Infragistics.Scheduler.Core.SchedulerViewMode associated with the day 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