Click or drag to resize
SoWinColorEditorAddColorChangedCallback Method (SoWinColorEditorEditorUserDataCB, Object)

Note: This API is now obsolete.

Use ColorChanged event instead.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use ColorChanged event instead.")]
public void AddColorChangedCallback(
	SoWinColorEditorEditorUserDataCB cb,
	Object userData
)

Parameters

cb
Type: OIV.Inventor.WinSoWinColorEditorEditorUserDataCB
userData
Type: SystemObject
See Also