DCPowerDriverOperation.Warning Event
- Updated2024-01-04
- 1 minute(s) read

DCPowerDriverOperationWarning Event
Occurs when the driver creates a driver warning.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public event EventHandler<DCPowerWarningEventArgs> Warning
Public Event Warning As EventHandler(Of DCPowerWarningEventArgs)
Value
Type: SystemEventHandlerDCPowerWarningEventArgsExceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Warning event was accessed after the associated NIDCPower object was disposed. |
Remarks
You will receive event notifications on registration as listeners.