OnInit override. Used to manipulate statically created C1ToolBar nodes.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected override void OnInit(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnInit ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs

See Also