Xuni Product Documentation - Xamarin.Forms
DaySlotLoading Event
Occurs when an element representing a day in the calendar is about to be created.
Syntax
Event Data

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

PropertyDescription
Date Gets the date information for the current day slot.  
DaySlot Gets or sets the visual element shown in the day slot.  
IsAdjacentDay Gets whether or not the day is an adjacent day in the calendar.  
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

XuniCalendar Class
XuniCalendar Members