Control.InvokeGotFocus(Control, EventArgs) Metodo

Definizione

Genera l'evento GotFocus per il controllo specificato.

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)

Parametri

toInvoke
Control

Oggetto Control a cui assegnare l'evento.

e
EventArgs

Oggetto EventArgs che contiene i dati dell'evento.

Si applica a

Vedi anche