Table of Contents

Event StateChanged

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

Fired when State changes.

public event TypedEventHandler<DigitalInputModule.Channel>? StateChanged

Returns

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