ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DragDropManager Class / OnDragAutoScroll Method
System.Windows.Input.MouseEventArgs that contains the event data.



In This Topic
    OnDragAutoScroll Method
    In This Topic
    Raises the DragAutoScroll event.
    Syntax
    '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.
    See Also