Initializes the object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.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
The EventArgs object that contains the event data.

See Also