Occurs when the element has lost user input focus.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Event LostFocus As EventHandler(Of EventArgs
C#
public event EventHandler<EventArgs> LostFocus
C++
public:
 virtual event EventHandler<EventArgs> LostFocus {
    void add(EventHandler<EventArgsvalue) sealed ;
    void remove(EventHandler<EventArgsvalue) sealed ;
}
J#
/** event */
public final void add_LostFocus(EventHandler<EventArgsvalue);

/** event */
public final void remove_LostFocus(EventHandler<EventArgsvalue);
JScript
JScript suports the use of events, but not the declaration of new ones.

See Also