This topic has not yet been rated - Rate this topic

NavigationFailedEventArgs.Handled Property

Gets or sets whether the failed navigation exception has been handled.

Namespace: System.Windows.Navigation
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public bool Handled { get; set; }
/** @property */
public boolean get_Handled ()

/** @property */
public void set_Handled (boolean value)

public function get Handled () : boolean

public function set Handled (value : boolean)

Members of this class are either not typically used in XAML, or cannot be used in XAML.

Property Value

true if the exception is handled; otherwise, false (default).

When you handle NavigationFailed to process an exception that is thrown as a result of a failed navigation, and you don't want WPF to continue processing the exception, you should set the Handled property to true.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.