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)
參數
DependencyPropertyChangedEventArgs 物件,包含與 IsKeyboardFocusWithinChanged 路由事件相關聯的引數。
備註
這個方法會將焦點移至 的內容區域 FlowDocumentReader 。
每當相依性屬性變更時, IsKeyboardFocusWithin 就會呼叫這個方法。