SoWinColorEditorRemoveColorChangedCallback Method (SoWinColorEditorEditorCB) |
Note: This API is now obsolete.
Use ColorChanged event instead.
Remove the delegate from the invocation list
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use ColorChanged event instead.")]
public void RemoveColorChangedCallback(
SoWinColorEditorEditorCB cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use ColorChanged event instead.")>
Public Sub RemoveColorChangedCallback (
cb As SoWinColorEditorEditorCB
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use ColorChanged event instead.")]
void RemoveColorChangedCallback(
SoWinColorEditorEditorCB^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use ColorChanged event instead.")>]
member RemoveColorChangedCallback :
cb : SoWinColorEditorEditorCB -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinColorEditorEditorCB
See Also