Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ExpandDirectionChangingEventArgs Class / ExpandDirectionChangingEventArgs Constructor
The current ExpandDirection value.
The future ExpandDirection value.
The current C1Accordion.Orientation value.
The future C1Accordion.Orientation value.

In This Topic
    ExpandDirectionChangingEventArgs Constructor
    In This Topic
    Initializes a new instance of the ExpandDirectionChangingEventArgs.
    Syntax

    Parameters

    oldExpandDirection
    The current ExpandDirection value.
    newExpandDirection
    The future ExpandDirection value.
    oldOrientation
    The current C1Accordion.Orientation value.
    newOrientation
    The future C1Accordion.Orientation value.
    See Also