[]
Initializes a new instance of a DragDropEventArgs.
public DragDropEventArgs(RoutedEventArgs e, UIElement source, UIElement target, DragDropEffect effect, ScrollViewer scrollViewer)
Type | Name | Description |
---|---|---|
RoutedEventArgs | e | RoutedEventArgs that contains mouse state information. |
UIElement | source | UIElement acting as a drag source. |
UIElement | target | UIElement acting as a drop target. |
DragDropEffect | effect |
when the drag and drop process is completed. |
ScrollViewer | scrollViewer | ScrollViewer that scrolls to show the target location. |