Arguments for menu events.

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

Syntax

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

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Greatis.Nostalgia..::.TimeEventArgs
      Greatis.Nostalgia..::.WindowEventArgs
        Greatis.Nostalgia..::.MenuEventArgs

See Also