Occurs when the instrument is loaded.

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

Syntax

C#
public event EventHandler InstrumentLoad
Visual Basic (Declaration)
Public Event InstrumentLoad As EventHandler
Visual C++
public:
 event EventHandler^ InstrumentLoad {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also