Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

<frame-exited-event>

Sealed instantiable class

Summary

The class of events that indicate a frame has been exited.

Library

duim-frames

Module

duim-frames

Superclasses

<frame-event>

Init-keywords

status-code:
An instance of type false-or(<integer>).

This class also inherits the frame: init-keyword from its superclass.

Description

Operations

None.

Example

The class of events that indicate a frame has been exited. An instance of this class is distributed to the frame when it is exited. Only one of these events is passed during the lifetime of any frame.

The status-code: init-keyword is used to pass a status code, if desired. This code can be used to pass the reason that the frame was exited.

See also

<application-exited-event>, page 712

exit-frame, page 785

<frame-created-event>, page 795

<frame-destroyed-event>, page 796


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index