Click or drag to resize

MenuItemICallback Interface

Callback interface for the MenuItem

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

The MenuItemICallback type exposes the following members.

Methods
  NameDescription
Public methodOnClick
Raises the click event.
Public methodOnValidate
Raises the validate event.
Top
See Also