Control.InvokeGotFocus(Control, EventArgs) Metoda

Definicja

GotFocus Zgłasza zdarzenie dla określonej kontrolki.

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)

Parametry

toInvoke
Control

Element Control do przypisania zdarzenia.

e
EventArgs

Element EventArgs zawierający dane zdarzenia.

Dotyczy

Zobacz też