Skip to content

CompositeListener<TContext, TBaseNode>.BeforeListenToNode Method

Definition

Called before a node and its descendents are listened to.

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

View source

Parameters

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