Control.OnGotFocus(RoutedEventArgs) 메서드

정의

GotFocus 이벤트가 발생하기 전에 호출됩니다.

void OnGotFocus(RoutedEventArgs const& e);
protected virtual void OnGotFocus(RoutedEventArgs e);
function onGotFocus(e)
Protected Overridable Sub OnGotFocus (e As RoutedEventArgs)

매개 변수

e
RoutedEventArgs

이벤트 데이터입니다.

적용 대상

추가 정보