|
<< 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)
void InvokeMonitoredParameterChangeEvent(
Nullable<Object> changeNotification,
BNCSMonitoredParameterChangeEvent changeEvent
)
changeNotification
Type: Nullable<Object>
The change notification object.
changeEvent
Type: BNCS.BncsEventArgs.BNCSMonitoredParameterChangeEvent
The monitored parameter change event.
IBNCSInstanceParameter Interface