Xuni Product Documentation - Xamarin.Forms
CalendarYearSlotLoadingEventArgs Constructor
The year.
if set to true the year is an adjacent year in the calendar.
Visual element that will be displayed in the year slot
Initializes a new instance of the CalendarYearSlotLoadingEventArgs class.
Syntax
public CalendarYearSlotLoadingEventArgs( 
   int year,
   bool isAdjacentYear,
   CalendarYearSlotBase yearSlot
)

Parameters

year
The year.
isAdjacentYear
if set to true the year is an adjacent year in the calendar.
yearSlot
Visual element that will be displayed in the year slot
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CalendarYearSlotLoadingEventArgs Class
CalendarYearSlotLoadingEventArgs Members