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

In This Topic
    ExpandDirectionChanging Event
    In This Topic
    Occurs when the ExpandDirection property is changing.
    Syntax
    'Declaration
     
    
    Public Event ExpandDirectionChanging As EventHandler(Of ExpandDirectionChangingEventArgs)
    public event EventHandler<ExpandDirectionChangingEventArgs> ExpandDirectionChanging
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the value that ExpandDirection is about to change to.  
    Gets the value that C1Accordion.Orientation is about to change to.  
    Gets the current value of ExpandDirection.  
    Gets the current value of C1Accordion.Orientation  
    Gets a value that indicates whether the value of C1Accordion.Orientation will be changed.  
    See Also