'Declaration
<WebSysDescriptionAttribute("Fires when the page is unloaded.")> Public Event Unload As System.EventHandler
'Usage
Dim instance As ControlsCommon Dim handler As System.EventHandler AddHandler instance.Unload, handler
[WebSysDescription("Fires when the page is unloaded.")] public event System.EventHandler Unload