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