Table of Contents

Event StateChanged

Namespace
ComfileTech.Cfnet.Cfheader
Assembly
ComfileTech.Cfnet.Cfheader.dll

Fired when State changes.

public event Action<DigitalInputModule>? StateChanged

Returns

Action<DigitalInputModule>
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.