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


In This Topic
    DataObject Property (NDragEventData)
    In This Topic
    Specifies the DataObject that contains the data associated with this event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataObject As NDataObject
    'Usage
     
    
    Dim instance As NDragEventData
    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