Initializes a new instance of the WindowEventArgs class

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

Syntax

C#
public WindowEventArgs(
	IWindow2 window
)

Parameters

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

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

See Also