C# Class ExcelDna.IntelliSense.WinEventHook.WinEventArgs

Inheritance: System.EventArgs
Show file 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 property

public int ChildId
return int

EventThreadId public property

public uint EventThreadId
return uint

EventTimeMs public property

public uint EventTimeMs
return uint

EventType public property

public WinEvent EventType
return WinEvent

ObjectId public property

public int ObjectId
return int

WindowHandle public property

public IntPtr,System WindowHandle
return System.IntPtr