'Declaration
<SRDescriptionAttribute("Occurs when the control is no longer the active control of the form.")> <SRCategoryAttribute("Focus")> Public Event Leave As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.Leave, handler
[SRDescription("Occurs when the control is no longer the active control of the form.")] [SRCategory("Focus")] public event System.EventHandler Leave