Skip to content

Listener<TContext, TNode>.Listen Method

Definition

Listen to the specified node and its descendents.

public void Listen(TContext? context, TNode node);

View source

Parameters

Name Type Description
context TContext The context object.
node TNode The node to listen to.