OnLoad Method
Loads the object.
Syntax
Visual Basic Overrides Protected Sub
OnLoad( ByVal e As EventArgs )C# protected override void
OnLoad(EventArgs e );Managed C++ protected: void
OnLoad(EventArgs e );JScript protected override function
OnLoad(e : EventArgs );
Parameters
e Required. The EventArgs object that contains event data.
Return Value
No return value.
Remarks
For the TreeView control, this method reviews the state information of the control to determine whether or not to expand the nodes.
Applies To
TABSTRIP, TREEVIEW
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the TreeView WebControl