TIA , I am working on a KidSafeBrowser
https://sourceforge.net/projects/kidsafebrowser-us/
where I catch this request in NavigationStarting ; (users can only visit sites that are Pre-Approved and stored in an Approved-Links-File) .
But problem is if user does a 'search' or 'clicks on a link' .
I am unable to catch that in NavigationStarting .
How/where can I catch that request ?
NavigationStarting
SourceChanged
ContentLoading
HistoryChanged
BasicAuthenticationRequested
DOMContentLoaded
NavigationCompleted
Thanks for your Help...