StimulusProfile.ProgressChanged Event
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Occurs when the progress of the stimulus profile execution changes, such as when a new step begins executing.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Event ProgressChanged As EventHandler(Of ExecuteProgressChangedEventArgs) |
| C# |
|---|
public event EventHandler<ExecuteProgressChangedEventArgs> ProgressChanged |
| Visual C++ |
|---|
public: event EventHandler<ExecuteProgressChangedEventArgs^>^ ProgressChanged { void add (EventHandler<ExecuteProgressChangedEventArgs^>^ value); void remove (EventHandler<ExecuteProgressChangedEventArgs^>^ value); } |