Delegate Window.WindowEventHandler
Delegate for window event handlers.
Assembly: Genesis.dll
Syntax
public delegate void Window.WindowEventHandler(Window window)
Parameters
Type |
Name |
Description |
Window |
window |
The window associated with the event.
|
Constructors
WindowEventHandler(object, IntPtr)
Declaration
public WindowEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Window, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(Window window, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(Window)
Declaration
public virtual void Invoke(Window window)
Parameters
Type |
Name |
Description |
Window |
window |
|