Compartir a través de


WpfBrowser.SetSecureLockIcon Event

Fires when there is a change in encryption level.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As WpfBrowser
Dim handler As EventHandler(Of SetSecureLockIconEventArgs)

AddHandler instance.SetSecureLockIcon, handler

Syntax

'Declaration
<DescriptionAttribute("Fires when there is a change in encryption level.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
Public Event SetSecureLockIcon As EventHandler(Of SetSecureLockIconEventArgs)
[DescriptionAttribute("Fires when there is a change in encryption level.")] 
[CategoryAttribute("DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
public event EventHandler<SetSecureLockIconEventArgs> SetSecureLockIcon
[DescriptionAttribute(L"Fires when there is a change in encryption level.")] 
[CategoryAttribute(L"DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
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

WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.