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.html.dom.events
- class EventTarget
- class IEventTarget
- class KeyboardEvent