TreeView.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

이벤트의 데이터입니다.

상속자 참고

파생 클래스에서 OnGotFocus(RoutedEventArgs)를 재정의할 때, 등록된 대리자가 이벤트를 받도록 기본 클래스의 OnGotFocus(RoutedEventArgs) 메서드를 반드시 호출해야 합니다.

적용 대상