CompositeListener<TContext, TBaseNode>.ShouldListenToChildren Method
Definition
Return a value indicating whether child nodes should be listened to or not. Defaults to true.
protected override bool ShouldListenToChildren(TContext? context, TBaseNode node);
Parameters
| Name | Type | Description |
|---|---|---|
context |
TContext |
The context object. |
node |
TBaseNode |
The node whose children should be listened to or not. |
Returns
true if child nodes should be listened to, false otherwise.