OnClose

Typemessage
DictionaryLCB
LibraryLiveCode Builder
Syntax
OnClose
Associationscom.livecode.widget
Summary

Sent when card containing the widget is navigated away from.

Example
public handler OnClose()
  		-- Schedule a timer to perform an action every 5 seconds
 		 cancel timer
end handler
Description

Handle the OnClose message to have the widget perform an action when the card containing the widget is navigated away from.

Tagswidget