'Declaration
<WebCategoryAttribute("Data")> <WebSysDescriptionAttribute("Fires when the control's data binding expressions are to be evaluated.")> Public Event DataBinding As System.EventHandler
'Usage
Dim instance As Dashboard Dim handler As System.EventHandler AddHandler instance.DataBinding, handler
[WebCategory("Data")] [WebSysDescription("Fires when the control's data binding expressions are to be evaluated.")] public event System.EventHandler DataBinding