I want to inject functionality following any navigation of pages within a DotNetBrowser instance.
I've tried hooking the following events, but they all only fire on the first load and not after each navigation event.
FinishedLoadingFrameEvent
DocumentLoadedInMainFrameEvent
I've also tried hooking the onLoad DOM event against the document element using the DOM events API.