- Namespace
- Avalonia
.Input - Containing Type
- DragEventArgs
Syntax
public DragEventArgs(RoutedEvent<DragEventArgs> routedEvent, IDataObject data, Interactive target, Point targetLocation, KeyModifiers keyModifiers)
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent |
|
data | IDataObject | |
target | Interactive | |
targetLocation | Point | |
keyModifiers | KeyModifiers |
Return Value
Type | Description |
---|---|
void |