C# 클래스 GlobalHotKey.KeyPressedEventArgs

Arguments for key pressed event which contain information about pressed hot key.
상속: System.EventArgs
파일 보기 프로젝트 열기: kirmir/GlobalHotKey 1 사용 예제들

공개 메소드들

메소드 설명
KeyPressedEventArgs ( HotKey hotKey ) : System

Initializes a new instance of the KeyPressedEventArgs class.

메소드 상세

KeyPressedEventArgs() 공개 메소드

Initializes a new instance of the KeyPressedEventArgs class.
public KeyPressedEventArgs ( HotKey hotKey ) : System
hotKey HotKey The hot key.
리턴 System