Handles the Init event of this control.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

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

Parameters

e
Type: System..::..EventArgs
An EventArgs object that contains the event data.

See Also