Cancellable

Indicates that the event is cancellable and its propagation can be stopped by plugins.

Members

Aliases

canceled
alias canceled = cancelled

Indicates whether the event has been cancelled. A cancelled event cannot be uncancelled.

Functions

cancel
void cancel()

Cancels the event. A cancelled event is not propagated further to the next listeners, if there's any.

Mixin templates

FinalImplementation
mixintemplate FinalImplementation()
Undocumented in source.
Implementation
mixintemplate Implementation()
Undocumented in source.

Properties

cancelled
bool cancelled [@property getter]

Indicates whether the event has been cancelled. A cancelled event cannot be uncancelled.

Meta