Show / Hide Table of Contents

Delegate NavigationFailedEventHandler

Delegate for the NavigationFailed event

Namespace: System.Windows.Navigation
Assembly: OpenSilver.Controls.Navigation.dll
Syntax
public delegate void NavigationFailedEventHandler(object sender, NavigationFailedEventArgs e);
Parameters
Type Name Description
System.Object sender

The object sending this event

NavigationFailedEventArgs e

The event arguments

  • Improve this Doc
  • View Source