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