FlowDocumentReader.OnIsKeyboardFocusWithinChanged Method

Definition

Handles the IsKeyboardFocusWithinChanged routed event.

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)

Parameters

e
DependencyPropertyChangedEventArgs

A DependencyPropertyChangedEventArgs object containing the arguments associated with the IsKeyboardFocusWithinChanged routed event.

Remarks

This method moves the focus to the content area of the FlowDocumentReader.

This method is called whenever the IsKeyboardFocusWithin dependency property changes.

Applies to