Hi!
When is it too late to cancel an event?
I'm passing an event reference to a helper class and then trying to reference it in a different method (within a GUI class) but after getting a reference to the event and then calling setCancelled(true) on it the event is not cancelled.
Hope that makes sense