C1.Win.Accordion Namespace / C1Accordion Class / PageHeaderClick Event

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