Skip to content

Listener<TContext, TBaseNode, TNode>.ListenToNode Method

Overloads

Name Description
ListenToNode(TContext, TBaseNode) Called when the node is listened to.
ListenToNode(TContext, TNode) Called when the node is listened to.

ListenToNode(TContext, TBaseNode)

Called when the node is listened to.

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

ListenToNode(TContext, TNode)

Called when the node is listened to.

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