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