CompositeListener<TContext, TBaseNode>.BeforeListenToNode Method
Definition
Called before a node and its descendents are listened to.
protected override void BeforeListenToNode(TContext? context, TBaseNode node);
Parameters
| Name | Type | Description |
|---|---|---|
context |
TContext |
The context object. |
node |
TBaseNode |
The node about to be listened to. |