'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("Occurs when the control loses focus.")> <System.ComponentModel.BrowsableAttribute(False)> <SRCategoryAttribute("Focus")> Public Event LostFocus As System.EventHandler
'Usage
Dim instance As AgentCtl Dim handler As System.EventHandler AddHandler instance.LostFocus, handler
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("Occurs when the control loses focus.")] [System.ComponentModel.Browsable(false)] [SRCategory("Focus")] public event System.EventHandler LostFocus