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

In This Topic
    OnExpandDirectionChanged Method
    In This Topic
    Raises the ExpandDirectionChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnExpandDirectionChanged( _
       ByVal e As ExpandDirectionChangedEventArgs _
    ) 
    protected virtual void OnExpandDirectionChanged( 
       ExpandDirectionChangedEventArgs e
    )

    Parameters

    e
    An ExpandDirectionChangedEventArgs that contains the event data.
    See Also