Share via


RoutedEventArgs.Handled Property

Gets or sets a value that indicates the present state of the event handling for a particular routed event as it travels the route.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public bool Handled { get; set; }

Property Value

When setting this property: true if the routed event is to be marked handled; otherwise false. When reading this property: true if a class handler or some instance handler along the route has already marked this event handled; otherwise, false. Note that the default value is false.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

RoutedEventArgs Class
RoutedEventArgs Members
Microsoft.SPOT Namespace