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. |
Last modified: 22 November 2024