Class HookEventArgs
Inheritance
System.Object
System.EventArgs
HookEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public class HookEventArgs : EventArgs
Constructors
HookEventArgs()
Declaration
public HookEventArgs()
HookEventArgs(Int32, IntPtr, IntPtr)
Declaration
public HookEventArgs(int hookCode, IntPtr wParam, IntPtr lParam)
Parameters
System.Int32
hookCode
|
System.IntPtr
wParam
|
System.IntPtr
lParam
|
Fields
HookCode
Declaration
public int HookCode
Field Value
System.Int32
|
lParam
Declaration
public IntPtr lParam
Field Value
System.IntPtr
|
wParam
Declaration
public IntPtr wParam
Field Value
System.IntPtr
|