LinkLabel.OnGotFocus(EventArgs) 메서드

정의

GotFocus 이벤트를 발생시킵니다.

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

매개 변수

e
EventArgs

이벤트 데이터가 포함된 EventArgs입니다.

설명

이벤트가 발생하면 대리자를 통해 이벤트 처리기가 호출됩니다. 자세한 내용은 이벤트 처리 및 발생합니다.

상속자 참고

재정의 하는 경우 OnGotFocus(EventArgs) 파생된 클래스에서 호출 해야 기본 클래스의 OnGotFocus(EventArgs) 메서드.

적용 대상

추가 정보