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