VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / DragSourceManager<T> Class / GetDragSource(DragEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    GetDragSource(DragEventArgs) Method (DragSourceManager<T>)
    In This Topic
    Returns the drag source.
    Syntax
    'Declaration
    
    Public Function GetDragSource( _
    ByVal args
    The System.Windows.Forms.DragEventArgs instance containing the event data.
    As System.Windows.Forms.DragEventArgs _
    ) As T
    public T GetDragSource(
    System.Windows.Forms.DragEventArgs args
    )
    public: T* GetDragSource(
    System.Windows.Forms.DragEventArgs* args
    )
    public:
    T^ GetDragSource(
    System.Windows.Forms.DragEventArgs^ args
    )

    Parameters

    args
    The System.Windows.Forms.DragEventArgs instance containing the event data.

    Return Value

    Th drag source.
    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