Click or drag to resize

ToolIHandler Interface

Interface for platform implementations of the Tool class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The ToolIHandler type exposes the following members.

Methods
  NameDescription
Public methodOnLoad
Called when the tool item is assigned to a control/window
Public methodOnPreLoad
Called before the tool item is assigned to a control/window
Public methodOnUnLoad
Called when the tool item is removed from a control/window
Top
See Also