Control.InvokeGotFocus(Control, EventArgs) 메서드

정의

지정된 컨트롤에 대해 GotFocus 이벤트를 발생시킵니다.

protected:
 void InvokeGotFocus(System::Windows::Forms::Control ^ toInvoke, EventArgs ^ e);
protected void InvokeGotFocus (System.Windows.Forms.Control toInvoke, EventArgs e);
protected void InvokeGotFocus (System.Windows.Forms.Control? toInvoke, EventArgs e);
member this.InvokeGotFocus : System.Windows.Forms.Control * EventArgs -> unit
Protected Sub InvokeGotFocus (toInvoke As Control, e As EventArgs)

매개 변수

toInvoke
Control

해당 이벤트를 할당할 Control입니다.

e
EventArgs

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

적용 대상

추가 정보