Skip to content

WebViewNavigationCompletedEventArgs

Summary

Provides data for the WebView control NavigationCompleted event.

Signature

1
public class WebViewNavigationCompletedEventArgs

Namespace

cAlgo.API

Properties

Name Description
WebView { get; } The WebView control.
HttpStatusCode { get; } Response HTTP status code.
IsSuccessful { get; } True if navigation was successful otherwise false.
Url { get; } URL from WebView Source property at the moment of NavigationCompleted in big process.

See Also


Last update: March 23, 2023