_WebBrowserNavigatedEventArgs Type
Provides data for the OnNavigated event.
Handle the TCnWebBrowser.OnNavigated event to receive notification when the TCnWebBrowser control has navigated to a new document. The WebBrowserNavigatedEventArgs object passed to the event handler lets you retrieve the location of the new document through the Url property. When the TCnWebBrowser.OnNavigated event occurs, the new document has begun loading, which means you can access some of its content through the TCnWebBrowser.Document , TCnWebBrowser.DocumentText , or TCnWebBrowser.DocumentStream property.
For more information, see WebBrowserNavigatedEventArgs in C#.
Properties | Description |
|---|---|
Url | Gets the location of the document to which the TCnWebBrowser control has navigated |