protected override void CreateSink()
 {
     base.CreateSink();
     this.helper = new ExtendedWinFormsWebBrowserEventHelper(this);
     this.cookie = new AxHost.ConnectionPointCookie(base.ActiveXInstance, this.helper, typeof(DWebBrowserEvents2));
 }
Example #2
0
 protected override void CreateSink()
 {
     base.CreateSink();
     this.helper = new ExtendedWinFormsWebBrowserEventHelper(this);
     this.cookie = new AxHost.ConnectionPointCookie(base.ActiveXInstance, this.helper, typeof(DWebBrowserEvents2));
 }