ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Image Class / DropCompleted Event

In This Topic
    DropCompleted Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event DropCompleted As Windows.Foundation.TypedEventHandler(Of UIElement,DropCompletedEventArgs)
    public event Windows.Foundation.TypedEventHandler<UIElement,DropCompletedEventArgs> DropCompleted
    See Also