VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / OnDrop(DragEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnDrop(DragEventArgs) Method (WpfThumbnailViewer)
    In This Topic
    Raises the System.Windows.UIElement.Drop event.
    Syntax
    'Declaration
    
    Protected Overrides Sub OnDrop( _
    ByVal e
    A System.Windows.DragEventArgs that contains the event data.
    As System.Windows.DragEventArgs _
    )
    protected override void OnDrop(
    System.Windows.DragEventArgs e
    )
    protected: void OnDrop(
    System.Windows.DragEventArgs* e
    ); override
    protected:
    void OnDrop(
    System.Windows.DragEventArgs^ e
    ); override

    Parameters

    e
    A System.Windows.DragEventArgs that contains the event data.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also