| 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.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax protected virtual void Deletion()
Protected Overridable Sub Deletion
protected:
virtual void Deletion()
See Also