ConnectorValueChangedEventArgs.OldValue Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.EventArgs Namespace > ConnectorValueChangedEventArgs Class > ConnectorValueChangedEventArgs Properties >

ConnectorValueChangedEventArgs.OldValue Property

Gets the previous value before the current change.

Namespace: BNCS.Logic.EventArgs
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public Nullable<Object> OldValue { get; }

Field Value

The old value of the object, or null if no previous value exists.

 

See Also


ConnectorValueChangedEventArgs Class

BNCS.Logic.EventArgs Namespace