ExecuteProgressChangedEventArgs Class
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Provides data for the StimulusProfile.ProgressChanged event.
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 Class ExecuteProgressChangedEventArgs _ Inherits ProgressChangedEventArgs |
| C# |
|---|
public class ExecuteProgressChangedEventArgs : ProgressChangedEventArgs |
| Visual C++ |
|---|
public ref class ExecuteProgressChangedEventArgs : public ProgressChangedEventArgs |
Remarks
The members of this class return progress data for the executing stimulus profile, including the result of the most recent step executed.
Accessing this Class:
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.ProgressChangedEventArgs
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ExecuteProgressChangedEventArgs
System.EventArgs
System.ComponentModel.ProgressChangedEventArgs
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ExecuteProgressChangedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.