TreeViewItem.OnGotFocus(RoutedEventArgs) 메서드

정의

GotFocus 이벤트에 대한 클래스 처리를 제공합니다.

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

매개 변수

e
RoutedEventArgs

이벤트 데이터입니다.

설명

이 구현은 선택 영역을 TreeView 포커스가 TreeViewItem 있는 로 설정합니다.

GotFocus 이벤트는 속성 값 IsFocused 이 에서 false 로 변경되면 발생합니다 true.

적용 대상