VisualStateChangedEventArgs.Control Property

Definition

Gets the Control that is changing states.

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.

Applies to