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
Public Event Validate As EventHandler(Of EventArgs)
member Validate : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerEventArgsRemarks
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