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