public interface INodeLayoutChangedHandler
IGraph's NodeLayoutChanged
event.| Modifier and Type | Method and Description |
|---|---|
void |
onNodeLayoutChanged(Object source,
INode node,
RectD oldLayout)
Event delegate method that is used in
IGraph's NodeLayoutChanged
event. |
void onNodeLayoutChanged(Object source, INode node, RectD oldLayout)
IGraph's NodeLayoutChanged
event.source - The source of the event.node - The node whose layout has changed.oldLayout - The node layout before the change.