Event RawValueChanged
- Namespace
- ComfileTech.Cfnet.Cfheader
- Assembly
- ComfileTech.Cfnet.Cfheader.dll
Fired when RawValue changes.
public event TypedEventHandler<AnalogInputModule.Channel>? RawValueChanged
Returns
- TypedEventHandler<AnalogInputModule.Channel>
- Fired when changes.
Remarks
This event will be fired on the thread that calls Sync(). It also discards any exceptions thrown in the event handlers. If exception handling is required, add it in the body of the event handler.