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 , содержащий данные события.

Применяется к

См. также раздел