Arguments for system alert events.

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

Syntax

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

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

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Greatis.Nostalgia..::..TimeEventArgs
      Greatis.Nostalgia..::..SystemAlertEventArgs

See Also