Programming Reference Manual
 
Syntax
 
Private Sub Class_Terminate()
    ...
End Sub
 
Description
Class module termination subroutine. Each time an instance is destroyed for a class module the Class_Terminate sub is called. If Class_Terminate is not defined then no special termination occurs.
See Also
Example