'Declaration
<WebSysDescriptionAttribute("Control_OnLoad")> Public Event Load As System.EventHandler
'Usage
Dim instance As NWebControl Dim handler As System.EventHandler AddHandler instance.Load, handler
[WebSysDescription("Control_OnLoad")] public event System.EventHandler Load