InputEventArgs(InputDevice, Int32) Constructor

Definition

Initializes a new instance of the InputEventArgs class.

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)

Parameters

inputDevice
InputDevice

The input device to associate with this event.

timestamp
Int32

The time when the input occurred.

Applies to