Click or drag to resize

WidgetCreatedEventArgs Constructor

Initializes a new instance of the WidgetCreatedArgs class

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public WidgetCreatedEventArgs(
	Widget instance
)

Parameters

instance
Type: EtoWidget
Instance of the widget that was created
See Also