CustomEvent
CustomEvent(String)
Initializes a new instance of the CustomEvent
class.
public CustomEvent(String type)
Parameter | Type | Description |
---|---|---|
type | String | The event type. |
See Also
- class CustomEvent
- package com.aspose.html.Dom.Events
- package Aspose.HTML
CustomEvent(String, IDictionary<String, object>)
public CustomEvent(String type, IDictionary<String, object> eventInitDict)
See Also
- class CustomEvent
- package com.aspose.html.Dom.Events
- package Aspose.HTML