SoWinColorEditorRemoveColorChangedCallback Method (SoWinColorEditorEditorUserDataCB) |
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[ObsoleteAttribute("Use ColorChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void RemoveColorChangedCallback(
SoWinColorEditorEditorUserDataCB cb
)
<ObsoleteAttribute("Use ColorChanged event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub RemoveColorChangedCallback (
cb As SoWinColorEditorEditorUserDataCB
)
public:
[ObsoleteAttribute(L"Use ColorChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void RemoveColorChangedCallback(
SoWinColorEditorEditorUserDataCB^ cb
)
[<ObsoleteAttribute("Use ColorChanged event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member RemoveColorChangedCallback :
cb : SoWinColorEditorEditorUserDataCB -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinColorEditorEditorUserDataCB
See Also