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