This documentation is archived and is not being maintained.
ValidationErrorEventArgs.Handled Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the value that marks the routed event as handled.
Namespace:
System.Windows.Controls
Assembly:
System.Windows (in System.Windows.dll)
public bool Handled { get; set; }
Property Value
Type:
System.Booleantrue if the event is handled; otherwise, false.
Setting Handled to true prevents the event from routing to further objects along the event route.
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0