Occurs when a data item is bound to a node in the System.Web.UI.WebControls.TreeView control.
The TreeView.TreeNodeDataBound event is raised when a data item is bound to a node in the System.Web.UI.WebControls.TreeView control. This allows you to provide an event-handling method that performs a custom routine whenever this event occurs.
For more information about handling events, see Consuming Events.