target property
target property
Used to indicate the IEventTarget
to which the event was originally dispatched.
Definition:
@property
def target(self):
...
@target.setter
def target(self, value):
...
See Also
- module
aspose.svg.dom.events
- class
Event
- class
EventTarget
- class
IEventTarget