Attachmate.Reflection.Web.Msie Namespace > IWebControl Interface : DocumentCompleted Event |
'Declaration
Event DocumentCompleted As DocumentCompletedEventHandler
'Usage
Dim instance As IWebControl Dim handler As DocumentCompletedEventHandler AddHandler instance.DocumentCompleted, handler
event DocumentCompletedEventHandler DocumentCompleted
The event handler receives an argument of type DocumentCompletedEventArgs containing data related to this event. The following DocumentCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Url | URL that points to the document. |