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



In This Topic
    OnDragEnter Method (C1TreeView)
    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 OnDragEnter( _
       ByVal e As DragEventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1TreeView
    Dim e As DragEventArgs
     
    instance.OnDragEnter(e)
    protected override void OnDragEnter( 
       DragEventArgs e
    )
    protected:
    void OnDragEnter( 
       DragEventArgs^ e
    ) override 

    Parameters

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