|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic Namespace > Connector Class > Connector Methods > Connector.InvokeReverseValueChange Method |
Invokes the reverse value change event, notifying subscribers of the change from the old value to the new value.
Namespace: BNCS.Logic
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public void InvokeReverseValueChange(
Nullable<Object> newValue
)
newValue
Type: Nullable<Object>
The new value that is being set, which may be null.