Data for window events.

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

Syntax

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

Type.createClass(
	'Greatis.Nostalgia.SystemWindowEventArgs',
	EventArgs);

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Greatis.Nostalgia..::.SystemWindowEventArgs
      Greatis.Nostalgia..::.WindowAllowEventArgs

See Also