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