CefSharp provides the OnFrameLoad event: https://cefsharp.github.io/api/63.0.0/html/M_CefSharp_ILoadHandler_OnFrameLoadStart.htm
I am using WebKitX by mobilefx. I have not found this event or any way to get this event. How can I achieve this using WebKitX, or can WebKitX not do this?
The event does not exist, and the developer does not add it.
I was able to use VB6 Webview2 instead:
The good thing is that this also resolved occasional crashes that I experienced with the above control.