CoreWebView2LaunchingExternalUriSchemeEventArgs.Handled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The host may set this flag to true to prevent the
LaunchingExternalUriScheme event from firing on the remaining
ancestor CoreWebView2Frame objects and on the
CoreWebView2. By default, the
LaunchingExternalUriScheme event on the
CoreWebView2Frame objects (innermost first) and the
CoreWebView2 are all raised. Setting Handled has no
effect when the event is raised on CoreWebView2.
Defaults to false.
public bool Handled { get; set; }
member this.Handled : bool with get, set
Public Property Handled As Boolean