An interface that can be used to register an event listener
that will be notified of changes of an ITagOwner's Tag.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface ITagChangeReporter |
| Visual Basic |
|---|
Public Interface ITagChangeReporter |
Remarks
An implementation of this interface can be found in the Lookup(Type) of a DefaultGraph
instance.