Click or drag to resize

StyleHandlerTHandler Delegate

Delegate to handle styling a widget handler

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public delegate void StyleHandler<THandler>(
	THandler handler
)
where THandler : WidgetIHandler

Parameters

handler
Type: THandler
Handler instance that is being styled

Type Parameters

THandler
Type of the handler to style
Remarks
This allows you to add additional logic or set properties on the widget and platform-specific control(s) based on the styles set on the widget.
See Also

Reference