DocumentCompleteEventArgs Class

Definition

Represents the event arguments for the DocumentComplete event.

public ref class DocumentCompleteEventArgs sealed : EventArgs
public sealed class DocumentCompleteEventArgs : EventArgs
type DocumentCompleteEventArgs = class
    inherit EventArgs
Public NotInheritable Class DocumentCompleteEventArgs
Inherits EventArgs
Inheritance
DocumentCompleteEventArgs

Constructors

DocumentCompleteEventArgs()

Initializes a new instance of the DocumentCompleteEventArgs class.

Properties

pDisp

Gets the pointer to the automation object of the browser.

URL

Gets or sets the object expression that evaluates to the URL

Applies to