'Declaration
<WebCategoryAttribute("Data")> <WebSysDescriptionAttribute("BaseDataBoundControl_OnDataBound")> Public Event DataBound As System.EventHandler
'Usage
Dim instance As NTreeView Dim handler As System.EventHandler AddHandler instance.DataBound, handler
[WebCategory("Data")] [WebSysDescription("BaseDataBoundControl_OnDataBound")] public event System.EventHandler DataBound