WebBrowserExtended.SetSecureLockIcon Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when there is a change in encryption level.
public:
event EventHandler<Microsoft::Uii::Csr::Browser::Web::SetSecureLockIconEventArgs ^> ^ SetSecureLockIcon;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.SetSecureLockIconEventArgs> SetSecureLockIcon;
[<System.ComponentModel.Browsable(true)>]
member this.SetSecureLockIcon : EventHandler<Microsoft.Uii.Csr.Browser.Web.SetSecureLockIconEventArgs>
Public Custom Event SetSecureLockIcon As EventHandler(Of SetSecureLockIconEventArgs)
Event Type
- Attributes