InputEventArgs Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public class InputEventArgs : RoutedEventArgs
Constructors
InputEventArgs(InputDevice inputDevice, DateTime timestamp)
public InputEventArgs(InputDevice inputDevice, DateTime timestamp)
Initializes a new instance of the InputEventArgs class.
| Parameter | Type | Description |
|---|---|---|
inputDevice | InputDevice | The input device to associate with this event. |
timestamp | DateTime | The time when the input occured. |
Properties
Device
public InputDevice Device { get; }
Read-only access to the input device that initiated this event.
Fields
Timestamp
public readonly DateTime Timestamp
Read-only access to the input timestamp.