InputEventArgs(InputDevice, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de InputEventArgs klasse.

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

Het invoerapparaat dat aan deze gebeurtenis moet worden gekoppeld.

timestamp
Int32

Het tijdstip waarop de invoer is opgetreden.

Van toepassing op