Click or drag to resize

IDataObjectSetData Method

sets a data array into the data object with the specified type identifier.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetData(
	byte[] value,
	string type
)

Parameters

value
Type: SystemByte
Data to store in the data object.
type
Type: SystemString
Type identifier to store the data.
See Also