Click or drag to resize
RepresentationRpObjectDeleted Event
Event triggered when an RObject has been deleted.

The event is triggered after the call to DeleteRpObject(RpObject) so the object is not supposed to be accessible at this moment. You cannot access the object by accessing a property or calling a method. It can just be used, for instance, to update a container that was containing it.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public event EventHandler<RpObjectEventArgs> RpObjectDeleted

Value

Type: SystemEventHandlerRpObjectEventArgs
See Also