SoWinColorEditorAddColorChangedCallback Method (SoWinColorEditorEditorUserDataCB, Object) |
Note: This API is now obsolete.
Use ColorChanged event instead.
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 AddColorChangedCallback(
SoWinColorEditorEditorUserDataCB cb,
Object userData
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use ColorChanged event instead.")>
Public Sub AddColorChangedCallback (
cb As SoWinColorEditorEditorUserDataCB,
userData As Object
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use ColorChanged event instead.")]
void AddColorChangedCallback(
SoWinColorEditorEditorUserDataCB^ cb,
Object^ userData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use ColorChanged event instead.")>]
member AddColorChangedCallback :
cb : SoWinColorEditorEditorUserDataCB *
userData : Object -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinColorEditorEditorUserDataCB
- userData
- Type: SystemObject
See Also