Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ExpandDirectionChangedEventArgs Class / OldExpandDirection Property

In This Topic
    OldExpandDirection Property (ExpandDirectionChangedEventArgs)
    In This Topic
    Gets the previous value of ExpandDirection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldExpandDirection As ExpandDirection
    public ExpandDirection OldExpandDirection {get;}
    See Also