Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / HeaderLoading Event


In This Topic
    HeaderLoading Event
    In This Topic
    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