Arguments for raw WinEvent event handler.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also