Class WindowMessageEventArgs
Event arguments for the WindowMessageReceived event.
Inherited Members
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 |