2 references to EncryptionLevelChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
1207
/// Raises the <see cref="
EncryptionLevelChanged
"/> event.
1209
protected virtual void OnEncryptionLevelChanged(EventArgs e) =>
EncryptionLevelChanged
?.Invoke(this, e);