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) 메서드 등록 된 대리자가 이벤트를 받도록 합니다.

적용 대상