IWorkspace.OnSystemStateChange Event
- Updated2023-02-21
- 2 minute(s) read
Callback invoked when a system state changes.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Event OnSystemStateChange As DOnSystemStateChange |
C# |
---|
event DOnSystemStateChange OnSystemStateChange |
Visual C++ |
---|
event DOnSystemStateChange^ OnSystemStateChange { void add (DOnSystemStateChange^ value); void remove (DOnSystemStateChange^ value); } |