[]
Provides data for the ExpandDirectionChanging event.
public class ExpandDirectionChangingEventArgs : CancelEventArgs
Name | Description |
---|---|
ExpandDirectionChangingEventArgs(ExpandDirection, ExpandDirection, Orientation, Orientation) | Initializes a new instance of the ExpandDirectionChangingEventArgs. |
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. |