Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragDropManager Class / OnDragLeave Method
System.Windows.RoutedEventArgs that contains the event data.

In This Topic
    OnDragLeave Method
    In This Topic
    Raises the DragLeave event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDragLeave( _
       ByVal e As RoutedEventArgs _
    ) 
    protected virtual void OnDragLeave( 
       RoutedEventArgs e
    )

    Parameters

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