Control.InvokeLostFocus(Control, EventArgs) Method

Definition

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);
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)

Parameters

toInvoke
Control

The Control to assign the event to.

e
EventArgs

An EventArgs that contains the event data.

Applies to

See also