WebBrowserExtended.SetSecureLockIcon Event
Fires when there is a change in encryption level.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As WebBrowserExtended
Dim handler As EventHandler(Of SetSecureLockIconEventArgs)
AddHandler instance.SetSecureLockIcon, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when there is a change in encryption level.")> _
Public Event SetSecureLockIcon As EventHandler(Of SetSecureLockIconEventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Fires when there is a change in encryption level.")]
public event EventHandler<SetSecureLockIconEventArgs> SetSecureLockIcon
[CategoryAttribute(L"DWebBrowserEvents2")]
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Fires when there is a change in encryption level.")]
public:
event EventHandler<SetSecureLockIconEventArgs^>^ SetSecureLockIcon {
void add (EventHandler<SetSecureLockIconEventArgs^>^ value);
void remove (EventHandler<SetSecureLockIconEventArgs^>^ value);
}
/** @event */
public void add_SetSecureLockIcon (EventHandler<SetSecureLockIconEventArgs> value)
/** @event */
public void remove_SetSecureLockIcon (EventHandler<SetSecureLockIconEventArgs> value)
Platforms
See Also
Reference
WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.