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; }
Public Property Handled As Boolean
Get
Set
member Handled : bool with get, set
Property Value
Type:
Booleantrue 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