WindowsHook.HookProc
Delegate
Definition
Namespace:Telerik.WinControls
Assembly:TelerikCommon.dll
Syntax:
C#
public delegate int WindowsHook.HookProc(int code, IntPtr wParam, IntPtr lParam)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(int code, IntPtr wParam, IntPtr lParam, AsyncCallback callback, object @object)