Compartilhar via


WpfBrowser.PageLoadComplete Event

Fires when the browser object has finished downloading the entire page.

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 DocumentCompleteEventArgs)

AddHandler instance.PageLoadComplete, handler

Syntax

'Declaration
<DescriptionAttribute("Fires when the browser object has finished downloading the entire page...")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("BrowserExtendedEvents")> _
Public Event PageLoadComplete As EventHandler(Of DocumentCompleteEventArgs)
[DescriptionAttribute("Fires when the browser object has finished downloading the entire page...")] 
[BrowsableAttribute(true)] 
[CategoryAttribute("BrowserExtendedEvents")] 
public event EventHandler<DocumentCompleteEventArgs> PageLoadComplete
[DescriptionAttribute(L"Fires when the browser object has finished downloading the entire page...")] 
[BrowsableAttribute(true)] 
[CategoryAttribute(L"BrowserExtendedEvents")] 
public:
event EventHandler<DocumentCompleteEventArgs^>^ PageLoadComplete {
    void add (EventHandler<DocumentCompleteEventArgs^>^ value);
    void remove (EventHandler<DocumentCompleteEventArgs^>^ value);
}
/** @event */
public void add_PageLoadComplete (EventHandler<DocumentCompleteEventArgs> value)

/** @event */
public void remove_PageLoadComplete (EventHandler<DocumentCompleteEventArgs> 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.