ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1FlipTile Class / OnDragLeave Method

In This Topic
    OnDragLeave Method (C1FlipTile)
    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