Initializes a new instance of the ConnectionEventArgs class

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

Syntax

C#
public ConnectionEventArgs(
	IPluginIO pluginIO,
	IPin otherPin
)

Parameters

pluginIO
Type: VVVV.PluginInterfaces.V1..::..IPluginIO

[Missing <param name="pluginIO"/> documentation for "M:VVVV.PluginInterfaces.V2.ConnectionEventArgs.#ctor(VVVV.PluginInterfaces.V1.IPluginIO,VVVV.PluginInterfaces.V2.IPin)"]

otherPin
Type: VVVV.PluginInterfaces.V2..::..IPin

[Missing <param name="otherPin"/> documentation for "M:VVVV.PluginInterfaces.V2.ConnectionEventArgs.#ctor(VVVV.PluginInterfaces.V1.IPluginIO,VVVV.PluginInterfaces.V2.IPin)"]

See Also