afterDetachArticle

When

After detaching an article from a layout.

Where

Arguments in

Key Description
Core_ID The object id of the article that was detached.

Arguments out

n/a

Notes

This event is only broadcasted when using the Detach Article action, not when detaching by deleting the article from the layout.

Examples

Using afterDetachArticle

var msg = "Detached article ID: " + app.scriptArgs.get("Core_ID");
alert(msg);

Supported versions

Adobe Version Supported
2023
2024
2025
2026

See also