Uredi

NavigationEventArgs Class

Definition

Provides data for non-cancelable navigation events, including LoadCompleted, Navigated, and NavigationStopped.

public ref class NavigationEventArgs : EventArgs
public class NavigationEventArgs : EventArgs
type NavigationEventArgs = class
    inherit EventArgs
Public Class NavigationEventArgs
Inherits EventArgs
Inheritance
NavigationEventArgs

Properties

Name Description
Content

Gets the root node of the target page's content.

ExtraData

Gets an optional user-defined data object.

IsNavigationInitiator

Gets a value that indicates whether the current navigator initiated the navigation.

Navigator

Gets the navigator that raised the event.

Uri

Gets the uniform resource identifier (URI) of the target page.

WebResponse

Gets the Web response to allow access to HTTP headers and other properties.

Applies to