|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic Namespace > Connector Class > Connector Methods > Connector.InvokeValueChanged Method |
Invokes the OnValueChanged event with the specified old value.
Namespace: BNCS.Logic
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public void InvokeValueChanged(
Nullable<Object> oldValue
)
oldValue
Type: Nullable<Object>
The previous value before the change occurred.