WebView.ProcessTerminated Event
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.
Raised when a WebView process ends unexpectedly.
public:
event EventHandler<Microsoft::Maui::Controls::WebViewProcessTerminatedEventArgs ^> ^ ProcessTerminated;
public event EventHandler<Microsoft.Maui.Controls.WebViewProcessTerminatedEventArgs> ProcessTerminated;
member this.ProcessTerminated : EventHandler<Microsoft.Maui.Controls.WebViewProcessTerminatedEventArgs>
Public Event ProcessTerminated As EventHandler(Of WebViewProcessTerminatedEventArgs)