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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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