Parts Reference
- destroyOnClose
- A destroyOnClose event signals the view to be destroyed and all
dependencies released when the window closes, even if the parent window
remains open.
- destroyedPart
- The destroyedPart event signals that the part and its children
have been destroyed. Any system resources associated with the destroyed
parts have been released.
- destroyedView
- The destroyedView event signals that the part and its children
have been destroyed. Any system resources associated with the destroyed
parts have been released.
- self
- A self event indicates that the value of the target part itself
has changed.
- valueHolder
- A valueHolder event indicates a change in the value of the
variable or class.
- viewPartClass
- A viewPartClass event indicates a change in the part class
being wrapped.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]