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


For a list of all members of this type, see IObjectNotification members.

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