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