VisualStateChangedEventArgs.NewState 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 ^ NewState { VisualState ^ get(); void set(VisualState ^ value); };
VisualState NewState();
void NewState(VisualState value);
public VisualState NewState { get; set; }
var visualState = visualStateChangedEventArgs.newState;
visualStateChangedEventArgs.newState = visualState;
Public Property NewState As VisualState
Property Value
The state the Control is changing to or has changed to.