Data for window events.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also