Show / Hide Table of Contents

Class WindowMessageMonitor

The message monitor allows you to monitor all WM_MESSAGE events for a given window.

Inheritance
object
WindowMessageMonitor
Implements
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX