Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1AccordionPage Class / HeaderClick Event

In This Topic
    HeaderClick Event
    In This Topic
    Occurs after click on the C1AccordionPage header.
    Syntax
    'Declaration
     
    
    Public Event HeaderClick As EventHandler(Of PageHeaderClickEventArgs)
    public event EventHandler<PageHeaderClickEventArgs> HeaderClick
    Event Data

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

    PropertyDescription
    Gets an action type that should be performed after C1AccordionPage header click.  
    Gets the C1AccordionPage whose header is clicked.  
    See Also