HostLayerOnCachedResultingPositionChanged Method |
Called when the resulting position of this layer has changed. Is intended to inform child layers and own dependend objects of the position change.
Because it is only the cached position, it will not raise changed events. Those events must be raised in the function that caused the change of the resulting position.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void OnCachedResultingPositionChanged()
See Also