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

In This Topic
    PageExpandStateChanged Event
    In This Topic
    Occurs when one of Pages IsExpanded property changed.
    Syntax
    'Declaration
     
    
    Public Event PageExpandStateChanged As EventHandler(Of PageExpandStateChangedEventArgs)
    public event EventHandler<PageExpandStateChangedEventArgs> PageExpandStateChanged
    Event Data

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

    PropertyDescription
    Gets the new value of the Pages's IsExpanded.  
    Gets the C1AccordionPage whose expand state has been changed.  
    See Also