Control.InvokeGotFocus(Control, EventArgs) Método

Definición

Genera el evento GotFocus para el control 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

Control al que se va a asignar el evento.

e
EventArgs

Objeto EventArgs que contiene los datos del evento.

Se aplica a

Consulte también