'Declaration
Protected Overridable Sub OnDragAutoScroll( _ ByVal e As DragDropEventArgs _ )
'Usage
Dim instance As C1DragDropManager Dim e As DragDropEventArgs instance.OnDragAutoScroll(e)
protected virtual void OnDragAutoScroll( DragDropEventArgs e )
protected: virtual void OnDragAutoScroll( DragDropEventArgs^ e )
Parameters
- e
- System.Windows.Input.MouseEventArgs that contains the event data.