Метод Class_Terminate
не является частью интерфейса.
''In class MyInterface
Public Sub Method() '' method on the interface
End Sub
''In class MyImplementation
Implements MyInterface
Private Sub MyInterface_Method()
End Sub
Private Sub Class_Terminate()
End Sub