- 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["RawDragEvent"]
class Type type-node
Syntax
public class RawDragEvent : RawInputEventArgs
Constructors
Properties
Name | Value | Summary |
---|---|---|
Data | IDataObject | |
Device | IInputDevice |
Gets the associated device.
Inherited from RawInputEventArgs
|
Effects | DragDropEffects | |
Handled | bool |
Gets or sets a value indicating whether the event was handled.
Inherited from RawInputEventArgs
|
KeyModifiers | KeyModifiers | |
Location | Point | |
Modifiers | InputModifiers | |
Root | IInputRoot |
Gets the root from which the event originates.
Inherited from RawInputEventArgs
|
Timestamp | ulong |
Gets the timestamp associated with the event.
Inherited from RawInputEventArgs
|
Type | RawDragEventType |