_WebBrowserDocumentCompletedEventArgs Type
Provides data for the OnDocumentCompleted event.
type _WebBrowserDocumentCompletedEventArgs = CNClrLib.Windows._WebBrowserDocumentCompletedEventArgs;
Handle the TCnWebBrowser.OnDocumentCompleted event to receive notification when the new document finishes loading. The WebBrowserDocumentCompletedEventArgs object passed to the event handler lets you retrieve the location of the new document through the Url property. When the TCnWebBrowser.OnDocumentCompleted event occurs, the new document is fully loaded, which means you can access its contents through the TCnWebBrowser.Document , TCnWebBrowser.DocumentText , or TCnWebBrowser.DocumentStream property.
For more information, see WebBrowserDocumentCompletedEventArgs in C#.
Properties | Description |
|---|---|
Url | Gets the location of the document to which the TCnWebBrowser control has navigated |