Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Not implemented.
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 UpdatePageStatusEventArgs)
AddHandler instance.UpdatePageStatus, handler
Syntax
'Declaration
<DescriptionAttribute("Not implemented.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event UpdatePageStatus As EventHandler(Of UpdatePageStatusEventArgs)
[DescriptionAttribute("Not implemented.")]
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<UpdatePageStatusEventArgs> UpdatePageStatus
[DescriptionAttribute(L"Not implemented.")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<UpdatePageStatusEventArgs^>^ UpdatePageStatus {
void add (EventHandler<UpdatePageStatusEventArgs^>^ value);
void remove (EventHandler<UpdatePageStatusEventArgs^>^ value);
}
/** @event */
public void add_UpdatePageStatus (EventHandler<UpdatePageStatusEventArgs> value)
/** @event */
public void remove_UpdatePageStatus (EventHandler<UpdatePageStatusEventArgs> 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.