interface ICoreWebView2ProcessFailedEventArgs
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
interface ICoreWebView2ProcessFailedEventArgs
: public IUnknown
Event args for the ProcessFailed event.
Summary
Members | Descriptions |
---|---|
get_ProcessFailedKind | The kind of process failure that has occurred. |
Members
get_ProcessFailedKind
The kind of process failure that has occurred.
public HRESULT get_ProcessFailedKind(COREWEBVIEW2_PROCESS_FAILED_KIND * processFailedKind)