IBncsInfodriver.OnInfodriverStateChange Event

<< Click to Display Table of Contents >>

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

IBncsInfodriver.OnInfodriverStateChange Event

Event that is triggered when the Infodriver state changes.

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

 

Syntax


event EventHandler<Enums.BncsInfodriverStates> OnInfodriverStateChange

 

Remarks


The event handler should take an object of type BncsInfodriverStates as a parameter.

 

See Also


IBncsInfodriver Interface

BNCS.Core.DriverFramework.Interfaces Namespace