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

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool Handled { get; set; }
Visual Basic
Public Property Handled As Boolean
	Get
	Set
XAML Attribute Usage
<object Handled="bool" .../>

See Also