Listener<TContext, TNode>.AfterListenToNode Method
Definition
Called after a node and its descendents have been listened to.
protected virtual void AfterListenToNode(TContext? context, TNode node);
Parameters
| Name | Type | Description |
|---|---|---|
context |
TContext |
The context object. |
node |
TNode |
The node that has been listened to. |