Version

MonthHeaderClicked Event (XamScheduler)

Occurs when a month header is clicked
Syntax
public event MonthHeaderClickedEventHandler MonthHeaderClicked
Event Data

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

PropertyDescription
Month Returns the month number (read-only)
Year Returns the year number (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