VisualStateChangedEventArgs.OldState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.