HostLayerOnLayerNumberChanged Method |
Is called by the parent layer if the index of this layer has changed.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void OnLayerNumberChanged(
int newLayerNumber
)
Parameters
- newLayerNumber Int32
- The new layer number. This number is cached in _cachedLayerNumber.
See Also