Table of Contents

Class NavigationFailedEventArgs

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll

Provides data for the NavigationFailed event.

public class NavigationFailedEventArgs : NavigationBaseEventArgs
Inheritance
NavigationFailedEventArgs
Inherited Members
Extension Methods

Properties

Error

Gets the error from the failed navigation.

public Exception Error { get; }

Property Value

Exception

Handled

Gets or sets a value that indicates whether the failure event has been handled.

public bool Handled { get; set; }

Property Value

bool

Remarks

When not handled, the error is displayed in the ModernFrame raising the NavigationFailed event.