Listener<TContext, TNode>.Listen Method
Definition
Listen to the specified node and its descendents.
public void Listen(TContext? context, TNode node);
Parameters
| Name | Type | Description |
|---|---|---|
context |
TContext |
The context object. |
node |
TNode |
The node to listen to. |