Table of Contents

Class InputEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

The InputEventArgs class represents a type of RoutedEventArgs that are relevant to all input events.

public class InputEventArgs : RoutedEventArgs
Inheritance
InputEventArgs

Constructors

InputEventArgs(InputDevice, long)

Initializes a new instance of the InputEventArgs class.

Properties

Device

Read-only access to the input device that initiated this event.

Timestamp

Read-only access to the input timestamp.

Methods

InvokeEventHandler(Delegate, object)

The mechanism used to call the type-specific handler on the target.