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