Class HwndProcEventArgs
- Namespace
- Wpf.Ui.Controls
- Assembly
- Wpf.Ui.dll
public class HwndProcEventArgs : EventArgs
- Inheritance
-
HwndProcEventArgs
- Inherited Members
-
Properties
HWND
public IntPtr HWND { get; }
Property Value
- IntPtr
Handled
public bool Handled { get; set; }
Property Value
- bool
public bool IsMouseOverDetectedHeaderContent { get; }
Property Value
- bool
LParam
public IntPtr LParam { get; }
Property Value
- IntPtr
Message
public int Message { get; }
Property Value
- int
ReturnValue
public IntPtr? ReturnValue { get; set; }
Property Value
- IntPtr?
WParam
public IntPtr WParam { get; }
Property Value
- IntPtr