Click or drag to resize

ExportHandlerAttribute Constructor

Initializes a new instance of the ExportHandlerAttribute class.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ExportHandlerAttribute(
	Type widgetType,
	Type handlerType
)

Parameters

widgetType
Type: SystemType
Widget or handler interface type.
handlerType
Type: SystemType
Handler that implements the widget's handler interface.
See Also