Hi, Tino Wildenhain wrote: > > Hi John, > > John Sutherland wrote: > > > > Is there a way in a python based product to get notification when an > > instance is deleted? > > Just overload the method __delete__(self) in your class. > Erm... it must be __del__ of course ;) Regards Tino