Table of Contents

Class HwndProcEventArgs

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll
public class HwndProcEventArgs : EventArgs
Inheritance
HwndProcEventArgs
Inherited Members

Properties

HWND

public nint HWND { get; }

Property Value

nint

Handled

public bool Handled { get; set; }

Property Value

bool

IsMouseOverDetectedHeaderContent

public bool IsMouseOverDetectedHeaderContent { get; }

Property Value

bool

LParam

public nint LParam { get; }

Property Value

nint

Message

public int Message { get; }

Property Value

int

ReturnValue

public nint? ReturnValue { get; set; }

Property Value

nint?

WParam

public nint WParam { get; }

Property Value

nint