oncheck Event
Fires on the tree when a node's check box is clicked.
Syntax
Inline HTML <TREEVIEW oncheck = "handler" ... > All platforms Event property TREEVIEW.oncheck = handler Microsoft JScript only TREEVIEW.oncheck = GetRef("handler") Microsoft Visual Basic Scripting Edition (VBScript) 5.0 or later only Named script < SCRIPT FOR
= TREEVIEWEVENT
= oncheck>Internet Explorer only
Event Information
Bubbles No Cancels Yes To invoke Click a tree node check box. Default action Calls the associated event handler if there is one.
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query the rid not found (_inet_event_Object). object for the following event properties.
Available Properties
treeNodeIndex Refer to the specific event object for additional event properties.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl