Initializes a new instance of the DataObject class, with the specified data.
[Visual Basic] Overloads Public Sub New( _ ByVal data As IDataObject _ ) [C#] public DataObject( IDataObject data ); [C++] public: DataObject( IDataObject* data ); [JScript] public function DataObject( data : IDataObject );
The new instance provides both the IDataObject and the Microsoft.Win32.Interop.IOleDataObject interfaces for the specified data.
DataObject Class | DataObject Members | System.WinForms Namespace | DataObject Constructor Overload List | GetData | SetData | GetDataPresent