Assembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ windowHandle As IntPtr, _ menuType As MenuType, _ eventTime As UInteger _ ) |
| C# |
|---|
public MenuEventArgs( IntPtr windowHandle, MenuType menuType, uint eventTime ) |
| Visual C++ |
|---|
public: MenuEventArgs( IntPtr windowHandle, MenuType menuType, unsigned int eventTime ) |
| JavaScript |
|---|
Greatis.Nostalgia.MenuEventArgs = function(windowHandle, menuType, eventTime); |
Parameters
- windowHandle
- Type: System..::.IntPtr
Handle of the event's window.
- menuType
- Type: Greatis.Nostalgia..::.MenuType
Type of menu.
- eventTime
- Type: System..::.UInt32
Time of the event