KeyEventArgs(KeyboardDevice, PresentationSource, Int32, Key) 생성자

정의

KeyEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 KeyEventArgs(System::Windows::Input::KeyboardDevice ^ keyboard, System::Windows::PresentationSource ^ inputSource, int timestamp, System::Windows::Input::Key key);
[System.Security.SecurityCritical]
public KeyEventArgs (System.Windows.Input.KeyboardDevice keyboard, System.Windows.PresentationSource inputSource, int timestamp, System.Windows.Input.Key key);
public KeyEventArgs (System.Windows.Input.KeyboardDevice keyboard, System.Windows.PresentationSource inputSource, int timestamp, System.Windows.Input.Key key);
[<System.Security.SecurityCritical>]
new System.Windows.Input.KeyEventArgs : System.Windows.Input.KeyboardDevice * System.Windows.PresentationSource * int * System.Windows.Input.Key -> System.Windows.Input.KeyEventArgs
new System.Windows.Input.KeyEventArgs : System.Windows.Input.KeyboardDevice * System.Windows.PresentationSource * int * System.Windows.Input.Key -> System.Windows.Input.KeyEventArgs
Public Sub New (keyboard As KeyboardDevice, inputSource As PresentationSource, timestamp As Integer, key As Key)

매개 변수

keyboard
KeyboardDevice

이 이벤트와 연결된 논리적 키보드 디바이스입니다.

inputSource
PresentationSource

입력 소스입니다.

timestamp
Int32

입력이 이루어진 시간입니다.

key
Key

이벤트에서 참조하는 키입니다.

특성

적용 대상

추가 정보