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