Share via


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 就会调用此方法。

适用于