FlowDocumentReader.OnIsKeyboardFocusWithinChanged 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理 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)
参数
包含与 IsKeyboardFocusWithinChanged 路由事件相关联的自变量的 DependencyPropertyChangedEventArgs 对象。
注解
此方法将焦点移动到 的内容 FlowDocumentReader区域。
每当依赖属性更改时, IsKeyboardFocusWithin 就会调用此方法。