detail property
detail property
Gets the custom data.
Definition:
@property
def detail(self):
...
@detail.setter
def detail(self, value):
...
See Also
- module
aspose.svg.dom.events
- class
CustomEvent
Gets the custom data.
@property
def detail(self):
...
@detail.setter
def detail(self, value):
...
aspose.svg.dom.events
CustomEvent