Interface IChangeReference Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This interface is to represent the change reference. public interface IChangeReference Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Methods ChangeReference(ObjectEventCore, ObjectEventCore) Changes the reference. void ChangeReference(ObjectEventCore oecOld, ObjectEventCore oecNew) Parameters oecOld ObjectEventCore The old event core. oecNew ObjectEventCore The new event core.