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

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

    Parameters

    e
    See Also