C# 클래스 CK.Keyboard.Model.KeyInteractionEventArgs

Defines a key event argument related to user interaction: it can be one of the KeyInteractionEventType.
상속: KeyEventArgs
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
KeyInteractionEventArgs ( IKey k, IKeyProgram p, KeyInteractionEventType eventType ) : System.Linq

메소드 상세

KeyInteractionEventArgs() 공개 메소드

public KeyInteractionEventArgs ( IKey k, IKeyProgram p, KeyInteractionEventType eventType ) : System.Linq
k IKey
p IKeyProgram
eventType KeyInteractionEventType
리턴 System.Linq