Click or drag to resize

DataObject Constructor (DataObjectIHandler)

Initializes a new instance of the DataObject class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DataObject(
	DataObjectIHandler handler
)

Parameters

handler
Type: Eto.FormsDataObjectIHandler
Handler implementation.
See Also