Creates and initializes object instance.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	windowHandle As IntPtr, _
	eventTime As UInteger _
)
C#
public WindowEventArgs(
	IntPtr windowHandle,
	uint eventTime
)
Visual C++
public:
WindowEventArgs(
	IntPtr windowHandle, 
	unsigned int eventTime
)
JavaScript
Greatis.Nostalgia.WindowEventArgs = function(windowHandle, eventTime);

Parameters

windowHandle
Type: System..::.IntPtr
Handle of the event's window.
eventTime
Type: System..::.UInt32
Time of the event

See Also