|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Interfaces Namespace > IBNCSInstanceParameter Interface > IBNCSInstanceParameter Methods > IBNCSInstanceParameter.InvokeManagedParameterChangeEvent Method |
Invokes the managed parameter change event.
Namespace: BNCS.Interfaces
Assembly: BNCS.Config (in BNCS.Config.dll)
void InvokeManagedParameterChangeEvent(
Nullable<Object> changeNotification,
BNCSManagedParameterChangeEvent changeEvent
)
changeNotification
Type: Nullable<Object>
The change notification object.
changeEvent
Type: BNCS.BncsEventArgs.BNCSManagedParameterChangeEvent
The managed parameter change event.
IBNCSInstanceParameter Interface