XYZPlotLayerHandleHighPriorityChildChangeCases Method |
Handles child changes that require cached geometry updates before normal processing.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override bool HandleHighPriorityChildChangeCases(
Object? sender,
ref EventArgs e
)
Parameters
- sender Object
- The child that raised the change.
- e EventArgs
- The event arguments.
Return Value
BooleanThe result from the base implementation.
See Also