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

DependencyPropertyChangedEventArgs 라우트된 이벤트와 연결된 인수를 포함하는 IsKeyboardFocusWithinChanged 개체입니다.

설명

이 메서드는 포커스를 의 콘텐츠 영역으로 FlowDocumentReader이동합니다.

이 메서드는 종속성 속성이 변경 될 IsKeyboardFocusWithin 때마다 호출됩니다.

적용 대상