- Namespace
- Avalonia
.Input .Raw - Base Types
-
- object
- EventArgs
- RawInputEventArgs
graph BT
Type-->Base0["RawInputEventArgs"]
click Base0 "/api/Avalonia.Input.Raw/RawInputEventArgs"
Base0-->Base1["EventArgs"]
Base1-->Base2["object"]
Type["RawTextInputEventArgs"]
class Type type-node
Syntax
public class RawTextInputEventArgs : RawInputEventArgs
Constructors
Properties
Name | Value | Summary |
---|---|---|
Device | IInputDevice |
Gets the associated device.
Inherited from RawInputEventArgs
|
Handled | bool |
Gets or sets a value indicating whether the event was handled.
Inherited from RawInputEventArgs
|
Root | IInputRoot |
Gets the root from which the event originates.
Inherited from RawInputEventArgs
|
Text | string | |
Timestamp | ulong |
Gets the timestamp associated with the event.
Inherited from RawInputEventArgs
|