Click or drag to resize
Representation Events

The Representation type exposes the following members.

Events
  NameDescription
Public eventRpObjectCreated
Event triggered when an RObject has been created.

The event is triggered once the initial updates have been called (just after EndS2CUpdate(S2CTransactionStatus, Int32).

Public eventRpObjectDeleted
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.

Top
See Also