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