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

In This Topic
    OnExpandDirectionChanging Method
    In This Topic
    Raises the ExpandDirectionChanging event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnExpandDirectionChanging( _
       ByVal e As ExpandDirectionChangingEventArgs _
    ) 
    protected virtual void OnExpandDirectionChanging( 
       ExpandDirectionChangingEventArgs e
    )

    Parameters

    e
    An ExpandDirectionChangingEventArgs that contains the event data.
    See Also