Base class for cancelable attachment events. Listeners set Cancel = true to halt default behavior; the matching After* event will NOT fire.
Cancel = true
After*
Set to true to cancel the default action. Default: false
Optional
Optional reason string for cancellation (for debugging/notifications).
Base class for cancelable attachment events. Listeners set
Cancel = trueto halt default behavior; the matchingAfter*event will NOT fire.