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

이벤트 데이터를 포함하는 개체입니다.

설명

이벤트를 발생 GotFocus 시키는 대리자를 통해 이벤트 처리기를 호출 합니다. 자세한 내용은 이벤트 처리 및 발생을 참조하세요.

적용 대상