Graph3DControllerEhGraph_SizeChanged Method |
Handler of the event LayerCollectionChanged of the graph document. Forces to
check the LayerButtonBar to keep track that the number of buttons match the number of layers.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void EhGraph_SizeChanged(
Object sender,
EventArgs e
)
Parameters
- sender Object
- The sender of the event (the GraphDocument).
- e EventArgs
- The event arguments.
See Also