Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

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