ElementHost.LostFocus Event

Definition

Occurs when the control loses focus.

public:
 event EventHandler ^ LostFocus;
[System.ComponentModel.Browsable(false)]
public event EventHandler LostFocus;
[<System.ComponentModel.Browsable(false)>]
member this.LostFocus : EventHandler 
Public Custom Event LostFocus As EventHandler 

Event Type

Attributes

Remarks

For more information about the LostFocus event, see Control.LostFocus.

Applies to

See also