Skip to main content

WebViewNavigationCompletedEventArgs Class

Definition

Assembly:Avalonia.Controls.WebView
Package:Avalonia.Controls.WebView
public class WebViewNavigationCompletedEventArgs

Inheritance: EventArgs -> WebViewNavigationEventArgs -> WebViewNavigationCompletedEventArgs

Constructors

NameDescription
WebViewNavigationCompletedEventArgsNo summary available.

WebViewNavigationCompletedEventArgs Constructor

public WebViewNavigationCompletedEventArgs()

Properties

NameDescription
IsSuccessNo summary available.
RequestInherited from WebViewNavigationEventArgs.

IsSuccess Property

public bool IsSuccess { get; set; }