Interface IVariableNodeEvent
Represents a type-erased event emitted by an IVariableNode.
public interface IVariableNodeEvent
Properties
NewState
Current state of the Variable.
VariableState NewState { get; }
Property Value
PreviousState
Previous state of the Variable.
VariableState PreviousState { get; }
Property Value
Variable
Variable node that emitted this event.
IVariableNode Variable { get; }