VeriStand .NET API Reference

StimulusProfile.ProgressChanged Event

Occurs when the progress of the stimulus profile execution changes, such as when a new step begins executing.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: 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);
}

See Also

Log in to get a better experience