MouseEvent constructor
init
Initializes a new instance of the MouseEvent class.
def __init__(self, type):
    ...
| Parameter | Type | Description | 
|---|---|---|
| type | str | The event type. | 
See Also
- module aspose.html.dom.events
- class MouseEvent
Initializes a new instance of the MouseEvent class.
def __init__(self, type):
    ...
| Parameter | Type | Description | 
|---|---|---|
| type | str | The event type. | 
aspose.html.dom.eventsMouseEvent