protected virtual void OnWebDocumentLoaded() { WebDocumentLoadedDelegate handler = WebDocumentLoaded; if (handler != null) handler( webBrowser ); }