Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion Class / PageHeaderClick Event

In This Topic
    PageHeaderClick Event
    In This Topic
    Occurs when an C1AccordionPage header is clicked.
    Syntax
    'Declaration
     
    
    Public Event PageHeaderClick As EventHandler(Of PageHeaderClickEventArgs)
    public event EventHandler<PageHeaderClickEventArgs> PageHeaderClick
    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