Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlElementErrorEventArgs::Handled Property

 

Gets or sets whether this error has been handled by the application hosting the document.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool Handled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the event has been handled; otherwise, false. The default is false.

Set this property to true if you wish to display your own custom error message to the user, or suppress the error entirely.

The following code example demonstrates how to suppress a script error and display your own custom dialog box. This code example requires that your application host a WebBrowser control named webBrowser1.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft