Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragDropSource Class / DataObject Property


In This Topic
    DataObject Property (NDragDropSource)
    In This Topic
    Gets the data object that is associated with this drag drop source. Only valid when this drag drop source, is requested for drag and drop, or is currently dragged and dropped.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataObject As NDataObject
    'Usage
     
    
    Dim instance As NDragDropSource
    Dim value As NDataObject
     
    value = instance.DataObject
    public NDataObject DataObject {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also