Click or drag to resize

DataObjectSetData Method

Sets a data array for the specified type identifier.

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

Parameters

value
Type: SystemByte
byte array to set.
type
Type: SystemString
Type identifier.

Implements

IDataObjectSetData(Byte, String)
See Also