FlowDocumentReader.OnIsKeyboardFocusWithinChanged メソッド

定義

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)

パラメーター

e
DependencyPropertyChangedEventArgs

IsKeyboardFocusWithinChanged ルーティング イベントに関連付けられている引数を格納する DependencyPropertyChangedEventArgs オブジェクト。

注釈

このメソッドは、 のコンテンツ領域にフォーカスを移動します FlowDocumentReader

このメソッドは、依存関係プロパティが IsKeyboardFocusWithin 変更されるたびに呼び出されます。

適用対象