| RpObjectDeletion Method |
This hook method is called when the object is "deleted".
When the component receives the order of deletion or when the garbage
collector reclaims the object.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected virtual void Deletion()
Protected Overridable Sub Deletion
protected:
virtual void Deletion()
See Also