VisualStateChangedEventArgs.Control 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 Control ^ Control { Control ^ get(); void set(Control ^ value); };
Control Control();
void Control(Control value);
public Control Control { get; set; }
var control = visualStateChangedEventArgs.control;
visualStateChangedEventArgs.control = control;
Public Property Control As Control
Property Value
The Control that is changing states.