Click or drag to resize

MenuItemValidate Event

Occurs when the menu item is validated.

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

Value

Type: SystemEventHandlerEventArgs
Remarks
This is used to allow enabling/disabling items before they are shown to the user. Usually, platforms will call validate on all items each time they are shown in a submenu or context menu.
See Also