Constructor WindowMessageMonitor
| Edit this page View SourceWindowMessageMonitor(Window)
Initialize a new instance of the WindowMessageMonitor class.
Declaration
public WindowMessageMonitor(Window window)
Parameters
Type | Name | Description |
---|---|---|
Window | window | The window to listen to messages for |
WindowMessageMonitor(nint)
Initialize a new instance of the WindowMessageMonitor class.
Declaration
public WindowMessageMonitor(nint hwnd)
Parameters
Type | Name | Description |
---|---|---|
nint | hwnd | The window handle to listen to messages for |