SwitchWarningEventArgs Class
- Updated2023-02-21
- 2 minute(s) read
Provides data for the NISwitch.SwitchWarning event.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class SwitchWarningEventArgs _ Inherits EventArgs |
C# |
---|
public sealed class SwitchWarningEventArgs : EventArgs |
Remarks
For more information, refer to NI Switches Help.
Inheritance Hierarchy
System..::.Object System..::.EventArgs NationalInstruments.ModularInstruments.NISwitch..::.SwitchWarningEventArgs
Thread Safety
All members of this type are safe for multithreaded operations.