Control.InvokeLostFocus(Control, EventArgs) Metodo
Definizione
Genera l'evento LostFocus per il controllo specificato.Raises the LostFocus event for the specified control.
protected:
void InvokeLostFocus(System::Windows::Forms::Control ^ toInvoke, EventArgs ^ e);
protected void InvokeLostFocus (System.Windows.Forms.Control toInvoke, EventArgs e);
member this.InvokeLostFocus : System.Windows.Forms.Control * EventArgs -> unit
Protected Sub InvokeLostFocus (toInvoke As Control, e As EventArgs)
Parametri
Si applica a
Vedi anche