An interface that can be used to register an event listener that will be notified of changes of an INode's Layout.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface INodeBoundsChangeReporter
Visual Basic
Public Interface INodeBoundsChangeReporter

Remarks

An implementation of this interface can be found in the Lookup(Type) of a DefaultGraph instance.

See Also