Listener<TContext, TNode>.ListenToNode Method
Definition
Called when the node is listened to.
protected virtual void ListenToNode(TContext? context, TNode node);
Parameters
| Name | Type | Description |
|---|---|---|
context |
TContext |
The context object. |
node |
TNode |
The node being listened to. |