IBNCSClient.ConnectionStateChanged Event

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Interfaces Namespace > IBNCSClient Interface > IBNCSClient Events >

IBNCSClient.ConnectionStateChanged Event

Event that is raised when the connection state of the BncsConnection changes.

Namespace: BNCS.Core.DriverFramework.Interfaces
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


event EventHandler<BncsConnectionStateEventArgs> ConnectionStateChanged

 

Remarks


The event handler should take a BncsConnectionStateEventArgs parameter.

 

See Also


IBNCSClient Interface

BNCS.Core.DriverFramework.Interfaces Namespace