Skip to content

Listener<TContext, TBaseNode, TNode>.AfterListenToNode Method

Overloads

Name Description
AfterListenToNode(TContext, TBaseNode) Called after a node and its descendents have been listened to.
AfterListenToNode(TContext, TNode) Called after a node and its descendents have been listened to.

AfterListenToNode(TContext, TBaseNode)

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

protected sealed 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.

AfterListenToNode(TContext, TNode)

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

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

View source

Parameters

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