WebBrowserExtended.SetPhishingFilterStatus 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 to indicate the progress and status of Microsoft Phishing Filter analysis of the current webpage.
public:
event EventHandler<Microsoft::Uii::Csr::Browser::Web::SetPhishingFilterStatusEventArgs ^> ^ SetPhishingFilterStatus;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.SetPhishingFilterStatusEventArgs> SetPhishingFilterStatus;
[<System.ComponentModel.Browsable(true)>]
member this.SetPhishingFilterStatus : EventHandler<Microsoft.Uii.Csr.Browser.Web.SetPhishingFilterStatusEventArgs>
Public Custom Event SetPhishingFilterStatus As EventHandler(Of SetPhishingFilterStatusEventArgs)
Event Type
- Attributes