Class_Terminate Sub
SyntaxGroupPrivate Sub Class_Terminate() ... End Sub
DeclarationDescription
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
Code Module, Class_Initialize