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

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

    Parameters

    e
    See Also