IArticyRefChangedNotifier Interface

The interface that can be implemented of a class to be informed if the object picker has changed an articy reference

Definition

Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
public interface IArticyRefChangedNotifier

Methods

ReferenceChanged This method get called on a reference changed and provides the name of the changed property and old and new ids

See Also