Skip to main content
A newer version of this page is available. .

XPMemberInfo.ProcessAssociationRefChange(Session, Object, Object, Object) Method

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public void ProcessAssociationRefChange(
    Session session,
    object referenceMemberOwner,
    object oldValue,
    object newValue
)

Parameters

Name Type
session Session
referenceMemberOwner Object
oldValue Object
newValue Object
See Also