Click or drag to resize

ListViewDragDropDataObjectSetData(String, Object) Method

Stores the specified data in this data object, along with one or more specified data formats. The data format is specified by a string.

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

Parameters

format  String
A string that specifies what format to store the data in. See the DataFormats class for a set of pre-defined data formats.
data  Object
The data to store in this data object.

Implements

IDataObjectSetData(String, Object)
See Also