'Declaration
<SRCategoryAttribute("Focus")> <SRDescriptionAttribute("Occurs whenever the form is activated.")> Public Event Activated As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.Activated, handler
[SRCategory("Focus")] [SRDescription("Occurs whenever the form is activated.")] public event System.EventHandler Activated