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