Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires the SelectedIndexChange event on the TreeView object.
Syntax
Visual Basic Overridable Protected Sub
OnSelectedIndexChange( ByVal oEvent As TreeViewSelectEventArgs )C# protected virtual void
OnSelectedIndexChange(TreeViewSelectEventArgs oEvent );Managed C++ protected: virtual void
OnSelectedIndexChange(TreeViewSelectEventArgs oEvent );JScript protected function
OnSelectedIndexChange(oEvent : TreeViewSelectEventArgs );
Parameters
oEvent Required. TreeViewSelectEventArgs object that specifies information about the event.
Return Value
No return value.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl