Thrown if an event delegate attempts to cancel a non-cancellable event.
Remarks
If an event delegate wishes to cancel the event, it should set the value of this property to True. Not every event is cancellable. Whether or not an event may be cancelled is indicated by the value of ‘Cancellable’ property.