ErrorEvent Constructor (IDictionaryString, Object)
Initializes a new instance of the ErrorEvent class.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public ErrorEvent(
	IDictionary<string, Object> eventInitDict
)

Parameters

eventInitDict
Type: System.Collections.GenericIDictionaryString, Object
The event initialization object.
See Also