Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ExpandDirectionChangingEventArgs Class
Properties


In This Topic
    ExpandDirectionChangingEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ExpandDirectionChangingEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ExpandDirectionChangingEventArgs.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets the value that ExpandDirection is about to change to.  
    Public PropertyGets the value that C1Accordion.Orientation is about to change to.  
    Public PropertyGets the current value of ExpandDirection.  
    Public PropertyGets the current value of C1Accordion.Orientation  
    Public PropertyGets a value that indicates whether the value of C1Accordion.Orientation will be changed.  
    Top
    See Also