IID_ICoreWebView2StateChangedEventHandler

Implements the interface to receive StateChanged event. Use the ICoreWebView2DownloadOperation.State property to get the current state, which can be in progress, interrupted, or completed. Use the ICoreWebView2DownloadOperation.InterruptReason property to get the interrupt reason if the download is interrupted.

version(Windows && inline_webview2_bindings && all)
const
GUID IID_ICoreWebView2StateChangedEventHandler;

Meta