ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DragDropManager Class / OnDragDrop Method
System.Windows.RoutedEventArgs that contains the event data.



In This Topic
    OnDragDrop Method (C1DragDropManager)
    In This Topic
    Raises the DragDrop event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDragDrop( _
       ByVal e As RoutedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1DragDropManager
    Dim e As RoutedEventArgs
     
    instance.OnDragDrop(e)
    protected virtual void OnDragDrop( 
       RoutedEventArgs e
    )
    protected:
    virtual void OnDragDrop( 
       RoutedEventArgs^ e
    ) 

    Parameters

    e
    System.Windows.RoutedEventArgs that contains the event data.
    See Also