Arguments for window events.

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

Syntax

Visual Basic (Declaration)
Public Class WindowEventArgs _
	Inherits TimeEventArgs
C#
public class WindowEventArgs : TimeEventArgs
Visual C++
public ref class WindowEventArgs : public TimeEventArgs
JavaScript
Greatis.Nostalgia.WindowEventArgs = function();

Type.createClass(
	'Greatis.Nostalgia.WindowEventArgs',
	Greatis.Nostalgia.TimeEventArgs);

Inheritance Hierarchy

See Also