Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Fires the SelectedIndexChange event on the TreeNode object.
Syntax
Visual Basic Overridable Protected Function
OnSelectedIndexChange( ByVal e As EventArgs ) As boolC# protected virtual bool
OnSelectedIndexChange(EventArgs e );Managed C++ protected: virtual bool
OnSelectedIndexChange(EventArgs e );JScript protected function
OnSelectedIndexChange(e : EventArgs );
Parameters
e Required. EventArgs object that specifies information about the event.
Return Value
Returns one of the following possible values.
falseEvent does not bubble. trueEvent bubbles.
Applies To
TREENODE
See Also
Internet Explorer WebControls, About the TreeView WebControl