Plumtree PEIs  
 

INewEditObjectActions.OnAfterStoreObject Method 

This will perform some functionality just after the object has been stored in the database.

void OnAfterStoreObject(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   IPTObject _ptObject
);

Parameters

_asCurrentSpace
- Provides access to the current MVC classes as well as the Application and the HTTP Session
_ptUserSession
- Plumtree session object for the current user
_ptObject
- The actual object that has been stored along with all of its property information.

See Also

INewEditObjectActions Interface | com.plumtree.portaluiinfrastructure.pei Namespace