Object_Terminate Sub
Syntax
Private Sub Object_Terminate() ... End Sub
Group
Description
Object module termination subroutine. Each time an instance is destroyed for a Object module the Object_Terminate sub is called. If Object_Terminate is not defined then no special termination occurs.
See also