C# Class CodeProject.Win32API.Hook.CbtEventArgs

Class used for WH_CBT hook event arguments.
Inheritance: System.EventArgs
Datei anzeigen 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_oe property

public bool IsDialog
return bool

className public_oe property

public string className
return string

lParam public_oe property

public IntPtr,System lParam
return System.IntPtr

wParam public_oe property

public IntPtr,System wParam
return System.IntPtr