FlowDocumentReader.OnIsKeyboardFocusWithinChanged Méthode
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.
Gère l’événement routé IsKeyboardFocusWithinChanged.
protected:
override void OnIsKeyboardFocusWithinChanged(System::Windows::DependencyPropertyChangedEventArgs e);
protected override void OnIsKeyboardFocusWithinChanged (System.Windows.DependencyPropertyChangedEventArgs e);
override this.OnIsKeyboardFocusWithinChanged : System.Windows.DependencyPropertyChangedEventArgs -> unit
Protected Overrides Sub OnIsKeyboardFocusWithinChanged (e As DependencyPropertyChangedEventArgs)
Paramètres
Objet DependencyPropertyChangedEventArgs contenant les arguments associés à l’événement routé IsKeyboardFocusWithinChanged.
Remarques
Cette méthode déplace le focus vers la zone de contenu du FlowDocumentReader.
Cette méthode est appelée chaque fois que la propriété de IsKeyboardFocusWithin dépendance change.