Skip to content

CompositeListener<TContext, TBaseNode>.AfterListenToNode Method

Definition

Called after a node and its descendents have been listened to.

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

View source

Parameters

Name Type Description
context TContext The context object.
node TBaseNode The node that has been listened to.