Click or drag to resize

XYZPlotStyleCollectionControllerStyleEditRequested Event

Is fired when user selected a style for editing. The argument is the index of the style to edit.

Namespace: Altaxo.Gui.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event Action<int> StyleEditRequested

Value

ActionInt32

Implements

IXYZPlotStyleCollectionControllerStyleEditRequested
See Also