Raises the InstrumentLoad event.

Namespace:  PerpetuumSoft.Instrumentation.Windows.Forms
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

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

Parameters

e
Type: System..::.EventArgs

See Also