Base class for WinEvent events arguments.

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

Syntax

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

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

Inheritance Hierarchy

See Also