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

In This Topic
    PageIsClosedChanged Event
    In This Topic
    Occurs when the C1AccordionPage.IsClosed property of one of the Pages has changed.
    Syntax
    'Declaration
     
    
    Public Event PageIsClosedChanged As EventHandler(Of PageIsClosedChangedEventArgs)
    public event EventHandler<PageIsClosedChangedEventArgs> PageIsClosedChanged
    Event Data

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

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