Raises the DragAutoScroll event.

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

Syntax

C#
protected virtual void OnDragAutoScroll(
	DragDropEventArgs e
)
Visual Basic
Protected Overridable Sub OnDragAutoScroll ( _
	e As DragDropEventArgs _
)

Parameters

e
Type: C1.WPF..::..DragDropEventArgs
MouseEventArgs that contains the event data.

See Also