C# Class ExcelDna.IntelliSense.WinEventHook.WinEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: Excel-DNA/IntelliSense Class Usage Examples

Public Properties

Property Type Description
ChildId int
EventThreadId uint
EventTimeMs uint
EventType WinEvent
ObjectId int
WindowHandle System.IntPtr

Public Methods

Method Description
WinEventArgs ( WinEvent eventType, IntPtr hWnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : System

Method Details

WinEventArgs() public method

public WinEventArgs ( WinEvent eventType, IntPtr hWnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : System
eventType WinEvent
hWnd System.IntPtr
idObject int
idChild int
dwEventThread uint
dwmsEventTime uint
return System

Property Details

ChildId public_oe property

public int ChildId
return int

EventThreadId public_oe property

public uint EventThreadId
return uint

EventTimeMs public_oe property

public uint EventTimeMs
return uint

EventType public_oe property

public WinEvent EventType
return WinEvent

ObjectId public_oe property

public int ObjectId
return int

WindowHandle public_oe property

public IntPtr,System WindowHandle
return System.IntPtr