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