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

In This Topic
    OnDrop Method (C1ProgressBar)
    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