ComponentOne Xamarin.iOS
HeaderLoading Event


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : HeaderLoading Event
Occurs when the header is being loaded.
Syntax
'Declaration
 
Public Event HeaderLoading As EventHandler(Of CalendarHeaderLoadingEventArgs)
'Usage
 
Dim instance As C1Calendar
Dim handler As EventHandler(Of CalendarHeaderLoadingEventArgs)
 
AddHandler instance.HeaderLoading, handler
Event Data

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

PropertyDescription
The displaying date.  
The header to be shown in the calendar.  
The view mode of the calendar.  
See Also