Click or drag to resize

ListViewDragDropDataObjectSetData(Type, 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 Type class.

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

Parameters

format  Type
A Type that specifies what format to store the data in. See the DataFormats class for a set of predefined data formats.
data  Object
The data to store in this data object.

Implements

IDataObjectSetData(Type, Object)
See Also