InputEventArgs(InputDevice, Int32) 생성자

정의

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

public:
 InputEventArgs(System::Windows::Input::InputDevice ^ inputDevice, int timestamp);
public InputEventArgs (System.Windows.Input.InputDevice inputDevice, int timestamp);
new System.Windows.Input.InputEventArgs : System.Windows.Input.InputDevice * int -> System.Windows.Input.InputEventArgs
Public Sub New (inputDevice As InputDevice, timestamp As Integer)

매개 변수

inputDevice
InputDevice

이 이벤트와 연결할 입력 디바이스입니다.

timestamp
Int32

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

적용 대상