WebView2.CoreProcessFailed Evento

Definição

Ocorre quando o processo principal do WebView2 falha.

Esta documentação se aplica ao WinUI 2 para UWP (para WinUI no SDK do Aplicativo Windows, consulte os namespaces SDK do Aplicativo Windows).

// Register
event_token CoreProcessFailed(TypedEventHandler<WebView2, CoreWebView2ProcessFailedEventArgs const&> const& handler) const;

// Revoke with event_token
void CoreProcessFailed(event_token const* cookie) const;

// Revoke with event_revoker
WebView2::CoreProcessFailed_revoker CoreProcessFailed(auto_revoke_t, TypedEventHandler<WebView2, CoreWebView2ProcessFailedEventArgs const&> const& handler) const;
public event TypedEventHandler<WebView2,CoreWebView2ProcessFailedEventArgs> CoreProcessFailed;
Public Custom Event CoreProcessFailed As TypedEventHandler(Of WebView2, CoreWebView2ProcessFailedEventArgs) 

Tipo de evento

Aplica-se a