IBNCSInstanceParameter.InvokeMonitoredParameterChangeEvent Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Interfaces Namespace > IBNCSInstanceParameter Interface > IBNCSInstanceParameter Methods >

IBNCSInstanceParameter.InvokeMonitoredParameterChangeEvent Method

Invokes the monitored parameter change event.

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

 

Syntax


void InvokeMonitoredParameterChangeEvent(
 Nullable<Object> changeNotification,
 BNCSMonitoredParameterChangeEvent changeEvent
)

Parameters

changeNotification

Type: Nullable<Object>
The change notification object.

changeEvent

Type: BNCS.BncsEventArgs.BNCSMonitoredParameterChangeEvent
The monitored parameter change event.

 

See Also


IBNCSInstanceParameter Interface

BNCS.Interfaces Namespace