Listener<TContext, TBaseNode, TNode>.ListenToNode Method
Overloads
Name | Description |
---|---|
Called when the node is listened to. |
ListenToNode(TContext, TBaseNode)
protected sealed override void ListenToNode(TContext? context, TBaseNode node);
Parameters
Name | Type | Description |
---|---|---|
context | TContext | |
node | TBaseNode |
ListenToNode(TContext, TNode)
Called when the node is listened to.
protected new virtual void ListenToNode(TContext? context, TNode node);
Parameters
Name | Type | Description |
---|---|---|
context | TContext | The context object. |
node | TNode | The node being listened to. |
Last modified: 22 November 2024