Xuni Product Documentation - Xamarin.Forms
CalendarDayOfWeekSlotLoadingEventArgs Constructor
The day of week for the corresponding day of week slot.
Specifies whether it is a weekend day.
Visual element that will be displayed in the day of week slot.
Initializes a new instance of the CalendarDayOfWeekSlotLoadingEventArgs class.
Syntax
public CalendarDayOfWeekSlotLoadingEventArgs( 
   DayOfWeek dayOfWeek,
   bool isWeekend,
   CalendarDayOfWeekSlotBase dayOfWeekSlot
)

Parameters

dayOfWeek
The day of week for the corresponding day of week slot.
isWeekend
Specifies whether it is a weekend day.
dayOfWeekSlot
Visual element that will be displayed in the day of week 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

CalendarDayOfWeekSlotLoadingEventArgs Class
CalendarDayOfWeekSlotLoadingEventArgs Members