C# Class CodeProject.Win32API.Hook.CbtEventArgs

Class used for WH_CBT hook event arguments.
Inheritance: System.EventArgs
Show file Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Properties

Property Type Description
IsDialog bool
className string
lParam System.IntPtr
wParam System.IntPtr

Private Methods

Method Description
CbtEventArgs ( IntPtr wParam, IntPtr lParam ) : System

Property Details

IsDialog public property

public bool IsDialog
return bool

className public property

public string className
return string

lParam public property

public IntPtr,System lParam
return System.IntPtr

wParam public property

public IntPtr,System wParam
return System.IntPtr