BncsInfodriver.OnInfodriverStateChange Event

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Bncs Namespace > BncsInfodriver Class > BncsInfodriver Events >

BncsInfodriver.OnInfodriverStateChange Event

Event that is triggered when the Infodriver state changes.

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

 

Syntax


public event EventHandler<Enums.BncsInfodriverStates> OnInfodriverStateChange

 

Remarks


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

 

See Also


BncsInfodriver Class

BNCS.Core.DriverFramework.Bncs Namespace