Show / Hide Table of Contents

Class WindowMessageEventArgs

Event arguments for the WindowMessageReceived event.

Inheritance
object
EventArgs
WindowMessageEventArgs
Inherited Members
EventArgs.Empty
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 WindowMessageEventArgs : EventArgs

Properties

Name Description
Handled

Indicates whether this message was handled and the Result value should be returned.

Message

The Windows WM Message

Result

The result after processing the message. Use this to set the return result, after also setting Handled to true.

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