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

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

Parameters

type
Type: SystemString
The event type.
eventInitDict
Type: System.Collections.GenericIDictionaryString, Object
The event initialize dictionary.
See Also