Connector.InvokeValueChanged Method

<< 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)

 

Syntax


public void InvokeValueChanged(
 Nullable<Object> oldValue
)

Parameters

oldValue

Type: Nullable<Object>
The previous value before the change occurred.

 

See Also


Connector Class

BNCS.Logic Namespace