AccessKeyPressedEventArgs.Target Proprietà

Definizione

Ottiene o imposta la destinazione per l'evento.

public:
 property System::Windows::UIElement ^ Target { System::Windows::UIElement ^ get(); void set(System::Windows::UIElement ^ value); };
public System.Windows.UIElement Target { get; set; }
member this.Target : System.Windows.UIElement with get, set
Public Property Target As UIElement

Valore della proprietà

Elemento che ha generato l'evento.

Si applica a

Vedi anche