deleteEPS

Sent to an EPS object just before it is removed from the stack.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

deleteEPS

# Examples

on deleteEPS -- prevent the deletion by immediately undoing it beep send "undo" to this card in 5 milliseconds end deleteEPS

# Description

Handle the deleteEPS message if you want to perform cleanup before an EPS is removed from the stack.

The actual deletion is not triggered by the deleteEPS message, so trap the message and not allowing it to pass does not prevent the EPS from being removed.

However, the undo command will restore an EPS after it is deleted by the user.

# Tags

# See

- **command:** delete - **object:** EPS, stack - **glossary:** object, trap, EPS, message, command - **control structure:** pass