ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeView Class / OnDrop Method
The System.Windows.DragEventArgs that contains the event data.



In This Topic
    OnDrop Method
    In This Topic
    Invoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnDrop( _
       ByVal e As DragEventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1TreeView
    Dim e As DragEventArgs
     
    instance.OnDrop(e)
    protected override void OnDrop( 
       DragEventArgs e
    )
    protected:
    void OnDrop( 
       DragEventArgs^ e
    ) override 

    Parameters

    e
    The System.Windows.DragEventArgs that contains the event data.
    See Also