Represents the method that will handle the found window event.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Delegate Sub WindowAllowEventHandler ( _ sender As Object, _ e As WindowAllowEventArgs _ ) |
C# |
---|
public delegate void WindowAllowEventHandler( Object sender, WindowAllowEventArgs e ) |
Visual C++ |
---|
public delegate void WindowAllowEventHandler( Object^ sender, WindowAllowEventArgs^ e ) |
JavaScript |
---|
function(sender, e); |
Parameters
- sender
- Type: System..::.Object
The source of the event.
- e
- Type: Greatis.Nostalgia..::.WindowAllowEventArgs
Event data.