[]
        
(Showing Draft Content)

C1.Win.Accordion.ExpandDirectionChangedEventArgs

ExpandDirectionChangedEventArgs Class

Provides data for the ExpandDirectionChanged event.

Inheritance
ExpandDirectionChangedEventArgs
Namespace: C1.Win.Accordion
Assembly: C1.Win.Accordion.8.dll
Syntax
public class ExpandDirectionChangedEventArgs : EventArgs

Constructors

Name Description
ExpandDirectionChangedEventArgs(ExpandDirection, ExpandDirection, Orientation, Orientation)

Initializes a new instance of the ExpandDirectionChangedEventArgs.

Properties

Name Description
NewExpandDirection

Gets the current value of ExpandDirection.

NewOrientation

Gets the new value of Orientation

OldExpandDirection

Gets the previous value of ExpandDirection.

OldOrientation

Gets the previous value of Orientation

OrientationChanged

Gets a value that indicates whether the value of Orientation was changed or not.