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)

參數

備註

這個方法會將焦點移至 的內容區域 FlowDocumentReader

每當相依性屬性變更時, IsKeyboardFocusWithin 就會呼叫這個方法。

適用於