Click or drag to resize

DataObjectIHandler Interface

Handler interface for platform implementations of DataObject

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler, 
	IDataObject

The DataObjectIHandler type exposes the following members.

Methods
  NameDescription
Public methodTryGetObject
Attempts to get the specified value from the clipboard in a native-supplied way
Public methodTrySetObject
Attempts to set the specified object to the clipboard in a native-supplied way
Top
See Also