ElementHost.Leave Event

Definition

Occurs when the input focus leaves the control.

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

Event Type

Attributes

Remarks

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

Applies to

See also