DelegateWndHookDelegate
Delegate
Definition
Namespace:Telerik.WinControls.UI
Assembly:TelerikCommon.dll
Syntax:
cs-api-definition
public delegate IntPtr WndHookDelegate(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled, ref bool defWndProc)
Constructors
Methods
BeginInvoke(IntPtr, int, IntPtr, IntPtr, ref bool, ref bool, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled, ref bool defWndProc, AsyncCallback callback, object @object)
Parameters
hWnd
msg
wParam
lParam
handled
defWndProc
callback
object
Returns
EndInvoke(ref bool, ref bool, IAsyncResult)
Declaration
cs-api-definition
public virtual IntPtr EndInvoke(ref bool handled, ref bool defWndProc, IAsyncResult result)
Parameters
handled
defWndProc
result
Returns