Raises the InstrumentLoad event.

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

Syntax

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

Parameters

e
Type: System..::.EventArgs

See Also