Click or drag to resize

Graph3DControllerEhGraph_Changed Method

Called if something in the GraphDocument changed.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void EhGraph_Changed(
	Object sender,
	EventArgs e
)

Parameters

sender  Object
Not used (always the GraphDocument).
e  EventArgs
The EventArgs.
See Also