Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Fires when a document is completely loaded and initialized.
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.DocumentComplete, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when a document is completely loaded and initialized.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event DocumentComplete As EventHandler(Of DocumentCompleteEventArgs)
[BrowsableAttribute(true)]
[DescriptionAttribute("Fires when a document is completely loaded and initialized.")]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<DocumentCompleteEventArgs> DocumentComplete
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Fires when a document is completely loaded and initialized.")]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<DocumentCompleteEventArgs^>^ DocumentComplete {
void add (EventHandler<DocumentCompleteEventArgs^>^ value);
void remove (EventHandler<DocumentCompleteEventArgs^>^ value);
}
/** @event */
public void add_DocumentComplete (EventHandler<DocumentCompleteEventArgs> value)
/** @event */
public void remove_DocumentComplete (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.