ConnectorValueChangedEventArgs Constructor

<< Click to Display Table of Contents >>

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

ConnectorValueChangedEventArgs Constructor

Initializes a new instance of the ConnectorValueChangedEventArgs class.

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

 

Syntax


public ConnectorValueChangedEventArgs(
 Type connectorType,
 Nullable<Object> oldValue,
 Nullable<Object> newValue
)

Parameters

connectorType

Type: Type
The type of the connector that has changed.

oldValue

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

newValue

Type: Nullable<Object>
The new value of the connector after the change.

 

Remarks


This constructor is used to create an event argument instance when a connector's value changes, providing both the old and new values for comparison or processing.

 

See Also


ConnectorValueChangedEventArgs Class

BNCS.Logic.EventArgs Namespace