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

In This Topic
    ExpandStateChanged Event
    In This Topic
    Occurs after the IsExpanded property is changed.
    Syntax
    'Declaration
     
    
    Public Event ExpandStateChanged As EventHandler(Of PageExpandStateChangedEventArgs)
    public event EventHandler<PageExpandStateChangedEventArgs> ExpandStateChanged
    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