onnodetypesbound Event

Fires when a TreeNodeType finishes data binding.

Syntax

Inline HTML <TREEVIEW onnodetypesbound = "handler" ... > All platforms
Named script <SCRIPT FOR = TREEVIEW EVENT = 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 returns 2 if the data binding fails.

Applies To

TREEVIEW

See Also

Internet Explorer WebControls, About the TreeView WebControl