Allows a plugin to unregister an IPinListener from a specific pin.

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

Syntax

C#
void RemoveListener(
	IPinListener listener
)

Parameters

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

See Also