Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
CodeProject
Win32API
Hook
CbtEventArgs
C# Class CodeProject.Win32API.Hook.CbtEventArgs
Class used for WH_CBT hook event arguments.
Inheritance:
System.EventArgs
Mostrar archivo
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