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