onnodetypesbound Event
Fires when a TreeNodeType finishes data binding.
Syntax
Inline HTML <TREEVIEW onnodetypesbound = "handler" ... > All platforms Named script < SCRIPT FOR
= TREEVIEWEVENT
= onnodetypesbound>Internet Explorer only
Event Information
Bubbles No Cancels Yes To invoke Data is ready. Default action Calls the associated event handler if there is one.
Remarks
Attach this event to the TreeView; you can then determine the index of the TreeNodeType that has received the event using the treeNodeIndex.
The reason property of this event returns
0
if the data binding is successful; it returns2
if the data binding fails.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl