Click or drag to resize

MouseEventArgsHandled Property

Gets or sets a value indicating whether the event is handled.

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

Property Value

Type: Boolean
true if handled; otherwise, false.
Remarks
Set this to true if you perform logic with the event and wish the default event to be cancelled. Some platforms may cause audio feedback if the user's action does not perform anything.
See Also