'Declaration
<SRDescriptionAttribute("FormOnShownDescr")> <SRCategoryAttribute("CatBehavior")> Public Event Shown As System.EventHandler
'Usage
Dim instance As WorkbookDesigner Dim handler As System.EventHandler AddHandler instance.Shown, handler
[SRDescription("FormOnShownDescr")] [SRCategory("CatBehavior")] public event System.EventHandler Shown