WebViewNavigationStartingEventArgs.Cancel Property

Definition

Gets or sets a value indicating whether to cancel the WebView navigation.

public:
 property bool Cancel { bool get(); void set(bool value); };
bool Cancel();

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = webViewNavigationStartingEventArgs.cancel;
webViewNavigationStartingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

Property Value

Boolean

bool

true to cancel the navigation; otherwise, false.

Applies to

See also