Skip to main content

Win32Properties.CustomWndProcHookCallback Delegate

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public delegate Win32Properties.CustomWndProcHookCallback

Inheritance: MulticastDelegate -> Win32Properties.CustomWndProcHookCallback

Constructors

NameDescription
Win32Properties.CustomWndProcHookCallbackNo summary available.

Win32Properties.CustomWndProcHookCallback Constructor

public Win32Properties.CustomWndProcHookCallback(object object, IntPtr method)

Parameters

object object

method IntPtr

Methods

NameDescription
BeginInvokeNo summary available.
EndInvokeNo summary available.
InvokeNo summary available.

BeginInvoke Method

public IAsyncResult BeginInvoke(IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam, bool& handled, AsyncCallback callback, object object)

Parameters

hWnd IntPtr

msg uint

wParam IntPtr

lParam IntPtr

handled bool&

callback AsyncCallback

object object

Returns

IAsyncResult

EndInvoke Method

public IntPtr EndInvoke(bool& handled, IAsyncResult result)

Parameters

handled bool&

result IAsyncResult

Returns

IntPtr

Invoke Method

public IntPtr Invoke(IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam, bool& handled)

Parameters

hWnd IntPtr

msg uint

wParam IntPtr

lParam IntPtr

handled bool&

Returns

IntPtr