Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion Class / OnPageClosedChanged Method
An PageIsClosedChangedEventArgs that contains the event data.

In This Topic
    OnPageClosedChanged Method
    In This Topic
    Raises the PageIsClosedChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPageClosedChanged( _
       ByVal e As PageIsClosedChangedEventArgs _
    ) 
    protected virtual void OnPageClosedChanged( 
       PageIsClosedChangedEventArgs e
    )

    Parameters

    e
    An PageIsClosedChangedEventArgs that contains the event data.
    See Also