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