Share via


RibbonGalleryItem.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) 메서드

정의

라우트된 GotKeyboardFocus 이벤트에 대한 클래스 처리를 제공합니다.

protected:
 override void OnGotKeyboardFocus(System::Windows::Input::KeyboardFocusChangedEventArgs ^ e);
protected override void OnGotKeyboardFocus (System.Windows.Input.KeyboardFocusChangedEventArgs e);
override this.OnGotKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventArgs -> unit
Protected Overrides Sub OnGotKeyboardFocus (e As KeyboardFocusChangedEventArgs)

매개 변수

e
KeyboardFocusChangedEventArgs

이벤트 데이터입니다.

설명

이 메서드를 설정 합니다 IsHighlighted 속성을 true 경우이 컨트롤은 키보드 포커스를 가져옵니다.

이 구현 합니다 GotKeyboardFocus 이벤트를 설정 하 여 처리 합니다 Handled 이벤트 데이터의 속성 true합니다.

적용 대상