OnInit Method
Initializes the object.
Syntax
Visual Basic Overrides Protected Sub
OnInit( ByVal oEvent As EventArgs )C# protected override void
OnInit(EventArgs oEvent );Managed C++ protected: void
OnInit(EventArgs oEvent );JScript protected override function
OnInit(oEvent : EventArgs );
Parameters
oEvent Required. The EventArgs object that contains event data.
Return Value
No return value.
Applies To
MULTIPAGE, PAGEVIEW, TABSTRIP, TOOLBAR, TREEVIEW
See Also
Internet Explorer WebControls, About the MultiPage WebControl, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl