ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileBase Class / OnDrop Method

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

    Parameters

    e
    See Also