Click or drag to resize

ButtonToolItem Constructor (EventHandlerEventArgs)

Initializes a new instance of the ButtonToolItem class with the specified click handler.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ButtonToolItem(
	EventHandler<EventArgs> click
)

Parameters

click
Type: SystemEventHandlerEventArgs
Delegate to handle when the tool item is clicked.
Remarks
This is a convenience constructor to set up the click event.
See Also