Interface IVariableRootEvent
Represents a type-erased event emitted by an IReadOnlyVariableRoot.
public interface IVariableRootEvent : IVariableNodeEvent
- Inherited Members
Properties
KeyType
Child node's key type.
Type KeyType { get; }
Property Value
NodeKey
Key of the child node that caused this event.
object NodeKey { get; }
Property Value
SourceEvent
Source child node event.
IVariableNodeEvent SourceEvent { get; }
Property Value
Variable
Variable node that emitted this event.
IReadOnlyVariableRoot Variable { get; }