Initializes the object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax protected override void OnInit(
EventArgs e
)
Protected Overrides Sub OnInit (
e As EventArgs
)
protected:
virtual void OnInit(
EventArgs^ e
) override
abstract OnInit :
e : EventArgs -> unit
override OnInit :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
The EventArgs object that contains the event data.
See Also