OnSave | |
Type | message |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.widget |
Summary | Sent when the widget is saved. |
Description | Handler the OnSave message to execute code when a stack containing the widget is saved. *Note:* Access to most script object operations is not allowed whilst an OnSave handler is running. |
Tags | widget |