BNCSMonitoredParameterChangeEvent Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.BncsEventArgs Namespace > BNCSMonitoredParameterChangeEvent Class >

BNCSMonitoredParameterChangeEvent Constructor

Represents a change event for a monitored parameter in a BNCS instance.

Namespace: BNCS.BncsEventArgs
Assembly:  BNCS.Config (in BNCS.Config.dll)

 

Syntax


public BNCSMonitoredParameterChangeEvent(
 Nullable<IBNCSInstance> instance,
 IBNCSInstanceParameter instanceParameter,
 Object oldValue,
 Enums.BNCSChangeSources changeSource
)

Parameters

instance

Type: Nullable<IBNCSInstance>
The BNCS instance associated with the parameter change.

instanceParameter

Type: BNCS.Interfaces.IBNCSInstanceParameter
The parameter that has changed.

oldValue

Type: Object
The old value of the parameter before the change.

changeSource

Type: BNCS.Enums.Enums.BNCSChangeSources
The source of the change event.

 

See Also


BNCSMonitoredParameterChangeEvent Class

BNCS.BncsEventArgs Namespace