Interface IVariableRootEvent<TKey>
Represents a generic event emitted by an IReadOnlyVariableRoot<TKey>.
public interface IVariableRootEvent<TKey> : IVariableRootEvent, IVariableNodeEvent where TKey : notnull
Type Parameters
TKeyChild node's key type.
- Inherited Members
Properties
NodeKey
Key of the child node that caused this event.
TKey NodeKey { get; }
Property Value
- TKey
Variable
Variable node that emitted this event.
IReadOnlyVariableRoot<TKey> Variable { get; }
Property Value
- IReadOnlyVariableRoot<TKey>