Chili.Opf3 Send comments on this topic.
OnAfterRelationsPersist Method
See Also 
Chili.Opf3 Namespace > IRelationsNotification Interface : OnAfterRelationsPersist Method




e
Contains information about the current operation, relationship type and the ObjectContext of the current operation.
Invoked by the framework after the persistent's related objects are persisted.

Syntax

Visual Basic (Declaration) 
Overridable Sub OnAfterRelationsPersist( _
   ByVal e As RelationsNotificationEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IRelationsNotification
Dim e As RelationsNotificationEventArgs
 
instance.OnAfterRelationsPersist(e)
C# 
virtual void OnAfterRelationsPersist( 
   RelationsNotificationEventArgs e
)
Managed Extensions for C++ 
virtual void OnAfterRelationsPersist( 
   RelationsNotificationEventArgs* e
) 
C++/CLI 
virtual void OnAfterRelationsPersist( 
   RelationsNotificationEventArgs^ e
) 

Parameters

e
Contains information about the current operation, relationship type and the ObjectContext of the current operation.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also