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



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

    Parameters

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