- Namespace
- Avalonia
.Input - Containing Type
- DragEventArgs
Syntax
[Obsolete("Use constructor taking KeyModifiers")]
public DragEventArgs(RoutedEvent<DragEventArgs> routedEvent, IDataObject data, Interactive target, Point targetLocation, InputModifiers modifiers)
Attributes
Type | Description |
---|---|
ObsoleteAttribute |
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent |
|
data | IDataObject | |
target | Interactive | |
targetLocation | Point | |
modifiers | InputModifiers |
Return Value
Type | Description |
---|---|
void |