Control.InvokeGotFocus(Control, EventArgs) Método

Definição

Gera o evento GotFocus para o controle especificado.

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)

Parâmetros

toInvoke
Control

O Control para atribuir o evento.

e
EventArgs

Um EventArgs que contém os dados do evento.

Aplica-se a

Confira também