Skip to content

Listener<TContext, TNode>.ListenToNode Method

Definition

Called when the node is listened to.

protected virtual void ListenToNode(TContext? context, TNode node);

View source

Parameters

Name Type Description
context TContext The context object.
node TNode The node being listened to.