Click or drag to resize

HandlerCreatedEventArgs Constructor

Initializes a new instance of the WidgetCreatedArgs class

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

Parameters

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