is_trusted property
is_trusted property
The isTrusted attribute must return the value it was initialized to. When an event is created the attribute must be initialized to false.
Definition:
@property
def is_trusted(self):
    ...
@is_trusted.setter
def is_trusted(self, value):
    ...
See Also
- module aspose.svg.dom.events
- class Event