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
)
Public Sub New (
handler As DataObjectIHandler
)
new :
handler : DataObjectIHandler -> DataObject
Parameters
- handler
- Type: Eto.FormsDataObjectIHandler
Handler implementation.
See Also