SoWinColorEditorAddColorChangedCallback Method (SoWinColorEditorEditorCB) |
Note: This API is now obsolete.
Use ColorChanged event instead.
Register a delegate to catch changes on color edited
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use ColorChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddColorChangedCallback(
SoWinColorEditorEditorCB cb
)
<ObsoleteAttribute("Use ColorChanged event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub AddColorChangedCallback (
cb As SoWinColorEditorEditorCB
)
public:
[ObsoleteAttribute(L"Use ColorChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void AddColorChangedCallback(
SoWinColorEditorEditorCB^ cb
)
[<ObsoleteAttribute("Use ColorChanged event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member AddColorChangedCallback :
cb : SoWinColorEditorEditorCB -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinColorEditorEditorCB
See Also