VisualStateChangedEventArgs.OldState Property

Definition

Gets the state the Control is changing from or has changed from.

public:
 property VisualState ^ OldState { VisualState ^ get(); void set(VisualState ^ value); };
VisualState OldState();

void OldState(VisualState value);
public VisualState OldState { get; set; }
var visualState = visualStateChangedEventArgs.oldState;
visualStateChangedEventArgs.oldState = visualState;
Public Property OldState As VisualState

Property Value

The state the Control is changing from or has changed from.

Applies to