destructor

Name

destructor -- Container for code to be executed when a binding is destroyed

Contained by

implementation

Attributes

action, class, id

Description

Contained in the binding's implementation, this element carries out code placed within it when the binding is detached or destroyed. This detachment and destruction occurs when the bound element matches a different style rule, the bound element is removed from the document, or the document is closed or destroyed. The code can alternatively be a value of the action attribute.

See Also

constructor