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