C# 클래스 ExcelDna.IntelliSense.WinEventHook.WinEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Excel-DNA/IntelliSense 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChildId int
EventThreadId uint
EventTimeMs uint
EventType WinEvent
ObjectId int
WindowHandle System.IntPtr

공개 메소드들

메소드 설명
WinEventArgs ( WinEvent eventType, IntPtr hWnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : System

메소드 상세

WinEventArgs() 공개 메소드

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
리턴 System

프로퍼티 상세

ChildId 공개적으로 프로퍼티

public int ChildId
리턴 int

EventThreadId 공개적으로 프로퍼티

public uint EventThreadId
리턴 uint

EventTimeMs 공개적으로 프로퍼티

public uint EventTimeMs
리턴 uint

EventType 공개적으로 프로퍼티

public WinEvent EventType
리턴 WinEvent

ObjectId 공개적으로 프로퍼티

public int ObjectId
리턴 int

WindowHandle 공개적으로 프로퍼티

public IntPtr,System WindowHandle
리턴 System.IntPtr