Initializes a new instance of the ComponentModeEventArgs class

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

Syntax

C#
public ComponentModeEventArgs(
	IWindow2 window,
	ComponentMode componentMode
)

Parameters

window
Type: VVVV.PluginInterfaces.V2.Graph..::..IWindow2

[Missing <param name="window"/> documentation for "M:VVVV.PluginInterfaces.V2.ComponentModeEventArgs.#ctor(VVVV.PluginInterfaces.V2.Graph.IWindow2,VVVV.PluginInterfaces.V2.ComponentMode)"]

componentMode
Type: VVVV.PluginInterfaces.V2..::..ComponentMode

[Missing <param name="componentMode"/> documentation for "M:VVVV.PluginInterfaces.V2.ComponentModeEventArgs.#ctor(VVVV.PluginInterfaces.V2.Graph.IWindow2,VVVV.PluginInterfaces.V2.ComponentMode)"]

See Also