Loads a chart.
Namespace:
PerpetuumSoft.Charts.Windows.FormsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.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); } |