Click or drag to resize

GraphControllerEhGraph_LayerCollectionChanged 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.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void EhGraph_LayerCollectionChanged(
	Object sender,
	EventArgs e
)

Parameters

sender  Object
The sender of the event (the GraphDocument).
e  EventArgs
The event arguments.
See Also