Listener<TContext, TBaseNode, TNode>.BeforeListenToNode Method
Overloads
BeforeListenToNode(TContext, TBaseNode)
Called before a node and its descendents are listened to.
protected sealed override void BeforeListenToNode(TContext? context, TBaseNode node);
View source
Parameters
| Name |
Type |
Description |
context |
TContext |
The context object. |
node |
TBaseNode |
The node about to be listened to. |
BeforeListenToNode(TContext, TNode)
Called before a node and its descendents are listened to.
protected new virtual void BeforeListenToNode(TContext? context, TNode node);
View source
Parameters
| Name |
Type |
Description |
context |
TContext |
The context object. |
node |
TNode |
The node about to be listened to. |