Arguments for object events.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also