UIEvent Constructor (String)
Initializes a new instance of the UIEvent class.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public UIEvent(
	string type
)

Parameters

type
Type: SystemString
The event type.
See Also