InputPortInstance.ConnectionChanged Event

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > InputPortInstance Class > InputPortInstance Events >

InputPortInstance.ConnectionChanged Event

Occurs when the connection status changes.

Namespace: BNCS.Logic.Engine
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public event Nullable<EventHandler<bool>> ConnectionChanged

 

Remarks


This event is triggered whenever there is a change in the connection status, such as when a connection is established or lost.

 

See Also


InputPortInstance Class

BNCS.Logic.Engine Namespace