Xuni Product Documentation - Xamarin.Forms
CalendarDaySlotLoadingEventArgs Constructor
The date for the current day slot.
if set to true the day is an adjacent day in the calendar.
Visual element that will be displayed in the day slot
Initializes a new instance of the CalendarDaySlotLoadingEventArgs class.
Syntax
public CalendarDaySlotLoadingEventArgs( 
   DateTime date,
   bool isAdjacentDay,
   CalendarDaySlotBase daySlot
)

Parameters

date
The date for the current day slot.
isAdjacentDay
if set to true the day is an adjacent day in the calendar.
daySlot
Visual element that will be displayed in the day 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

CalendarDaySlotLoadingEventArgs Class
CalendarDaySlotLoadingEventArgs Members