Click or drag to resize

ListViewDragDropDataObjectSetData(Object) Method

Stores the specified data in this data object, automatically converting the data format from the source object type.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetData(
	Object data
)

Parameters

data  Object
The data to store in this data object.

Implements

IDataObjectSetData(Object)
See Also