[]
        
(Showing Draft Content)

C1.Win.Accordion.ExpandDirectionChangingEventArgs

ExpandDirectionChangingEventArgs Class

Provides data for the ExpandDirectionChanging event.

Inheritance
ExpandDirectionChangingEventArgs
Namespace: C1.Win.Accordion
Assembly: C1.Win.Accordion.8.dll
Syntax
public class ExpandDirectionChangingEventArgs : CancelEventArgs

Constructors

Name Description
ExpandDirectionChangingEventArgs(ExpandDirection, ExpandDirection, Orientation, Orientation)

Initializes a new instance of the ExpandDirectionChangingEventArgs.

Properties

Name Description
NewExpandDirection

Gets the value that ExpandDirection is about to change to.

NewOrientation

Gets the value that Orientation is about to change to.

OldExpandDirection

Gets the current value of ExpandDirection.

OldOrientation

Gets the current value of Orientation

OrientationChanging

Gets a value that indicates whether the value of Orientation will be changed.