WpfBrowser.SetPhishingFilterStatus Event
Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.
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 SetPhishingFilterStatusEventArgs)
AddHandler instance.SetPhishingFilterStatus, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.")> _
<BrowsableAttribute(True)> _
Public Event SetPhishingFilterStatus As EventHandler(Of SetPhishingFilterStatusEventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.")]
[BrowsableAttribute(true)]
public event EventHandler<SetPhishingFilterStatusEventArgs> SetPhishingFilterStatus
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.")]
[BrowsableAttribute(true)]
public:
event EventHandler<SetPhishingFilterStatusEventArgs^>^ SetPhishingFilterStatus {
void add (EventHandler<SetPhishingFilterStatusEventArgs^>^ value);
void remove (EventHandler<SetPhishingFilterStatusEventArgs^>^ value);
}
/** @event */
public void add_SetPhishingFilterStatus (EventHandler<SetPhishingFilterStatusEventArgs> value)
/** @event */
public void remove_SetPhishingFilterStatus (EventHandler<SetPhishingFilterStatusEventArgs> 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.