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
- namespace Aspose.Html.Dom.Events
- assembly Aspose.HTML
CustomEvent(string, IDictionary<string, object>)
public CustomEvent(string type, IDictionary<string, object> eventInitDict)
See Also
- class CustomEvent
- namespace Aspose.Html.Dom.Events
- assembly Aspose.HTML