C# Class ExcelDna.IntelliSense.WinEventHook.WinEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Excel-DNA/IntelliSense Class Usage Examples

Méthodes publiques

Свойство Type Description
ChildId int
EventThreadId uint
EventTimeMs uint
EventType WinEvent
ObjectId int
WindowHandle System.IntPtr

Méthodes publiques

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

Method Details

WinEventArgs() public méthode

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
Résultat System

Property Details

ChildId public_oe property

public int ChildId
Résultat int

EventThreadId public_oe property

public uint EventThreadId
Résultat uint

EventTimeMs public_oe property

public uint EventTimeMs
Résultat uint

EventType public_oe property

public WinEvent EventType
Résultat WinEvent

ObjectId public_oe property

public int ObjectId
Résultat int

WindowHandle public_oe property

public IntPtr,System WindowHandle
Résultat System.IntPtr