RequestBringIntoViewEventArgs.TargetObject Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'objet qui doit être rendu visible en réponse à l'événement.
public:
property System::Windows::DependencyObject ^ TargetObject { System::Windows::DependencyObject ^ get(); };
public System.Windows.DependencyObject TargetObject { get; }
member this.TargetObject : System.Windows.DependencyObject
Public ReadOnly Property TargetObject As DependencyObject
Valeur de propriété
Objet qui a appelé BringIntoView().
Remarques
Cet objet est généralement le même objet que celui retourné par RoutedEventArgs.Source.