AccessKeyPressedEventArgs.Target Propriété

Définition

Obtient ou définit la cible de l'événement.

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

Valeur de propriété

L'élément qui a déclenché cet événement.

S’applique à

Voir aussi