Click or drag to resize

KeyEventArgsHandled Property

Gets or sets a value indicating that this event was handled by user code

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Handled { get; set; }

Property Value

Type: Boolean
Remarks
If you pass true for this, typically the key press will not be passed to the control for event processing. This also allows controls to handle key combinations that would otherwise be handled as a shortcut in the menu or toolbar items.
See Also