Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion Class / ExpandDirectionChanged Event

In This Topic
    ExpandDirectionChanged Event
    In This Topic
    Occurs when the ExpandDirection property changed.
    Syntax
    'Declaration
     
    
    Public Event ExpandDirectionChanged As EventHandler(Of ExpandDirectionChangedEventArgs)
    public event EventHandler<ExpandDirectionChangedEventArgs> ExpandDirectionChanged
    Event Data

    The event handler receives an argument of type ExpandDirectionChangedEventArgs containing data related to this event. The following ExpandDirectionChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the current value of ExpandDirection.  
    Gets the new value of C1Accordion.Orientation  
    Gets the previous value of ExpandDirection.  
    Gets the previous value of C1Accordion.Orientation  
    Gets a value that indicates whether the value of C1Accordion.Orientation was changed or not.  
    See Also