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