ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1MenuList Class / OnDragLeave Method

In This Topic
    OnDragLeave Method (C1MenuList)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDragLeave( _
       ByVal e As Windows.UI.Xaml.DragEventArgs _
    ) 
    protected virtual void OnDragLeave( 
       Windows.UI.Xaml.DragEventArgs e
    )

    Parameters

    e
    See Also