Skip to content

CompositeListener<TContext, TBaseNode>.ListenToNode Method

Definition

Called when the node is listened to.

protected override void ListenToNode(TContext? context, TBaseNode node);

View source

Parameters

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