3 references to EncryptionLevelChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WebBrowser.cs (3)
1384/// Raises the <see cref='System.Windows.Forms.WebBrowser.EncryptionLevelChanged'/> event. 1391if (this.EncryptionLevelChanged != null) 1393this.EncryptionLevelChanged(this, e);