An interface that can be used to register an event listener
that will be notified of changes of an ILabel's Text.
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 ILabelTextChangeReporter |
| Visual Basic |
|---|
Public Interface ILabelTextChangeReporter |
Remarks
An implementation of this interface can be found in the Lookup(Type) of a DefaultGraph
instance.