Allows a plugin to unregister an INodeListener from a specific vvvv node.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void RemoveListener(
	INodeListener listener
)

Parameters

listener
Type: VVVV.PluginInterfaces.V2..::..INodeListener
The listener to unregister.

See Also