Click or drag to resize
PoXtAxisEditorAddAxisChangedCallback Method (PoXtAxisEditorAxisEditorCB)

Note: This API is now obsolete.

Use AxisChanged event instead. Adds delegate which are called on axis 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.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use AxisChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddAxisChangedCallback(
	PoXtAxisEditorAxisEditorCB cb
)

Parameters

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