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




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

Syntax

Visual Basic (Declaration) 
Overridable Sub OnBeforeRelationsPersist( _
   ByVal e As RelationsNotificationEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IRelationsNotification
Dim e As RelationsNotificationEventArgs
 
instance.OnBeforeRelationsPersist(e)
C# 
virtual void OnBeforeRelationsPersist( 
   RelationsNotificationEventArgs e
)
Managed Extensions for C++ 
virtual void OnBeforeRelationsPersist( 
   RelationsNotificationEventArgs* e
) 
C++/CLI 
virtual void OnBeforeRelationsPersist( 
   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