# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
deleteButton
# Examples
on deleteButton -- prevent the deletion by immediately undoing it beep send "undo" to this card in 5 milliseconds end deleteButton
# Description
Handle the deleteButton message if you want to perform cleanup before a button is removed from the stack.
The actual deletion is not triggered by the deleteButton message, so trap the message and not allowing it to pass does not prevent the button from being removed.
# Tags
# See