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 Expand event on the TreeNode object.
Syntax
Visual Basic Overridable Protected Function
OnExpand( ByVal e As EventArgs ) As boolC# protected virtual bool
OnExpand(EventArgs e );Managed C++ protected: virtual bool
OnExpand(EventArgs e );JScript protected function
OnExpand(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