WpfBrowser.UpdatePageStatus Event
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 UpdatePageStatusEventArgs)
AddHandler instance.UpdatePageStatus, handler
Syntax
'Declaration
<DescriptionAttribute("Not implemented.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
Public Event UpdatePageStatus As EventHandler(Of UpdatePageStatusEventArgs)
[DescriptionAttribute("Not implemented.")]
[CategoryAttribute("DWebBrowserEvents2")]
[BrowsableAttribute(true)]
public event EventHandler<UpdatePageStatusEventArgs> UpdatePageStatus
[DescriptionAttribute(L"Not implemented.")]
[CategoryAttribute(L"DWebBrowserEvents2")]
[BrowsableAttribute(true)]
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)
Remarks
Not implemented.
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.