Represents event for menu-related events.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Delegate Sub MenuEventHandler ( _ sender As Object, _ e As MenuEventArgs _ ) |
| C# |
|---|
public delegate void MenuEventHandler( Object sender, MenuEventArgs e ) |
| Visual C++ |
|---|
public delegate void MenuEventHandler( Object^ sender, MenuEventArgs^ e ) |
| JavaScript |
|---|
function(sender, e); |
Parameters
- sender
- Type: System..::.Object
The source of the event.
- e
- Type: Greatis.Nostalgia..::.MenuEventArgs
Event data.