.Net implementation for WinEvent.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ToolboxBitmapAttribute("WinEvent.bmp")> _ Public Class WinEvent _ Inherits NostalgiaComponent |
| C# |
|---|
[ToolboxBitmapAttribute("WinEvent.bmp")] public class WinEvent : NostalgiaComponent |
| Visual C++ |
|---|
[ToolboxBitmapAttribute(L"WinEvent.bmp")] public ref class WinEvent : public NostalgiaComponent |
| JavaScript |
|---|
Greatis.Nostalgia.WinEvent = function(); Type.createClass( 'Greatis.Nostalgia.WinEvent', Greatis.Nostalgia.NostalgiaComponent); |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Greatis.Nostalgia..::.NostalgiaComponent
Greatis.Nostalgia..::.WinEvent
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Greatis.Nostalgia..::.NostalgiaComponent
Greatis.Nostalgia..::.WinEvent