Class WindowMessageMonitor
The message monitor allows you to monitor all WM_MESSAGE events for a given window.
Implements
Inherited Members
Namespace: WinUIEx.Messaging
Assembly: WinUIEx.dll
Syntax
public sealed class WindowMessageMonitor : IDisposable
Constructors
| Name | Description |
|---|---|
| WindowMessageMonitor(Window) | Initialize a new instance of the WindowMessageMonitor class. |
| WindowMessageMonitor(nint) | Initialize a new instance of the WindowMessageMonitor class. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposes this instance |
| ~WindowMessageMonitor() | Finalizer |
Events
| Name | Description |
|---|---|
| WindowMessageReceived | Event raised when a windows message is received. |