set_event_handler method
set_event_handler
Sets event handler for the shape
def set_event_handler(self, event_type, handler):
...
Parameter | Type | Description |
---|---|---|
event_type | SvgEvent | Type of event. |
handler | str | Javascript function to handle event. Null value removes handler. |
See Also
- enumeration
SvgEvent
- class
SvgShape
- module
aspose.slides.export
- library
Aspose.Slides