Connector.InvokeReverseValueChange Method

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

 

Syntax


public void InvokeReverseValueChange(
 Nullable<Object> newValue
)

Parameters

newValue

Type: Nullable<Object>
The new value that is being set, which may be null.

 

See Also


Connector Class

BNCS.Logic Namespace