Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

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

Parameters

e
Type: System..::.EventArgs

See Also