'Declaration<SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("Occurs whenever the form is first shown.")> Public Event Shown As System.EventHandler
'UsageDim 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