function
isEventCancelled (shared-side)
Available since version: 0.1.10
Note
Use this function inside a handler/function bound to event.
This function will check if the event was cancelled inside a handler bound to a event.
Declaration
bool isEventCancelled()
Parameters
No parameters.
Returns bool
true
if the event was cancelled inside a function bound to a event, otherwise false
.