Creates and initializes the object instance.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	wnd As SystemWindow, _
	allow As Boolean _
)
C#
public WindowAllowEventArgs(
	SystemWindow wnd,
	bool allow
)
Visual C++
public:
WindowAllowEventArgs(
	SystemWindow^ wnd, 
	bool allow
)
JavaScript
Greatis.Nostalgia.WindowAllowEventArgs = function(wnd, allow);

Parameters

wnd
Type: Greatis.Nostalgia..::.SystemWindow
Window object for found system window.
allow
Type: System..::.Boolean
If true, the passed found wnd will be added to windows list.

See Also