Fires after the C1DragDropManager automatically scrolls a ScrollViewer in order to keep the drop location within view.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event DragDropEventHandler DragAutoScroll
Visual Basic
Public Event DragAutoScroll As DragDropEventHandler

Remarks

The ScrollViewer property of the DragDropEventArgs contains a reference to the ScrollViewer that was updated.

See Also