Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.
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 SetPhishingFilterStatusEventArgs)
AddHandler instance.SetPhishingFilterStatus, handler
Syntax
'Declaration
<DescriptionAttribute("Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event SetPhishingFilterStatus As EventHandler(Of SetPhishingFilterStatusEventArgs)
[DescriptionAttribute("Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.")]
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<SetPhishingFilterStatusEventArgs> SetPhishingFilterStatus
[DescriptionAttribute(L"Fires to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
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
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.