UIEvent
UIEvent(string)
Initializes a new instance of the UIEvent
class.
public UIEvent(string type)
Parameter | Type | Description |
---|---|---|
type | String | The event type. |
See Also
- class UIEvent
- namespace Aspose.Html.Dom.Events
- assembly Aspose.HTML
UIEvent(string, IDictionary<string, object>)
public UIEvent(string type, IDictionary<string, object> eventInitDict)
See Also
- class UIEvent
- namespace Aspose.Html.Dom.Events
- assembly Aspose.HTML