Chili.Opf3 Send comments on this topic.
IObjectNotification Interface Members
See Also  Methods 
Chili.Opf3 Namespace : IObjectNotification Interface


The following tables list the members exposed by IObjectNotification.

Public Methods

 NameDescription
 MethodOnAfterDelete Invoked by the framework after the object is deleted.  
 MethodOnAfterInsert Invoked by the framework after the object is inserted.  
 MethodOnAfterMarkDeleted Invoked by the framework after the object has been marked deleted.  
 MethodOnAfterPopulated Invoked by the framework after the object is populated.  
 MethodOnAfterUpdate Invoked by the framework after the object is updated.  
 MethodOnBeforeDelete Invoked by the framework before the object is deleted.  
 MethodOnBeforeInsert Invoked by the framework before the object is inserted.  
 MethodOnBeforeMarkDeleted Invoked by the framework after the object has been marked deleted.  
 MethodOnBeforePopulated Invoked by the framework before the persistent object is populated.  
 MethodOnBeforeUpdate Invoked by the framework before the object is updated.  
Top

See Also