- Namespace
- Avalonia
.Input - Base Types
-
- object
- EventArgs
- RoutedEventArgs
graph BT
Type-->Base0["RoutedEventArgs"]
click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs"
Base0-->Base1["EventArgs"]
Base1-->Base2["object"]
Type["DragEventArgs"]
class Type type-node
Syntax
public class DragEventArgs : RoutedEventArgs
Constructors
Properties
Name | Value | Summary |
---|---|---|
Data | IDataObject | |
DragEffects | DragDropEffects | |
Handled | bool |
Inherited from RoutedEventArgs
|
KeyModifiers | KeyModifiers | |
Modifiers | InputModifiers | |
Route | RoutingStrategies |
Inherited from RoutedEventArgs
|
RoutedEvent | RoutedEvent? |
Inherited from RoutedEventArgs
|
Source | IInteractive? |
Inherited from RoutedEventArgs
|
Methods
Name | Value | Summary |
---|---|---|
GetPosition |
Point |