Click or drag to resize
PoXtLegendEditorAddLegendChangedCallback Method (PoXtLegendEditorLegendEditorCB)

Note: This API is now obsolete.

Use LegendChanged event instead. Adds delegate which are called on legend changes. (See the method SetUpdateFrequency to define the moment when the callbacks are called).

Namespace: OIV.MeshViz.Graph.Editors
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("Use LegendChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddLegendChangedCallback(
	PoXtLegendEditorLegendEditorCB cb
)

Parameters

cb
Type: OIV.MeshViz.Graph.EditorsPoXtLegendEditorLegendEditorCB
See Also