Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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 _
    ) 
    protected virtual void OnDragEnter( 
       RoutedEventArgs e
    )

    Parameters

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