cancelable property

cancelable property

Used to indicate whether or not an event can have its default action prevented. If the default action can be prevented the value is true, else the value is false.

Definition:

@property
def cancelable(self):
    ...

See Also