ExportHandlerAttribute Constructor |
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ExportHandlerAttribute(
Type widgetType,
Type handlerType
)
Public Sub New (
widgetType As Type,
handlerType As Type
)
new :
widgetType : Type *
handlerType : Type -> ExportHandlerAttribute
Parameters
- widgetType
- Type: SystemType
Widget or handler interface type. - handlerType
- Type: SystemType
Handler that implements the widget's handler interface.
See Also