SoWinColorEditoreditorCB Event |
Note: This API is now obsolete.
Use ColorChanged event instead.
EditorCB delegate 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 event SoWinColorEditorEditorCB editorCB
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use ColorChanged event instead.")>
Public Event editorCB As SoWinColorEditorEditorCB
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use ColorChanged event instead.")]
event SoWinColorEditorEditorCB^ editorCB {
void add (SoWinColorEditorEditorCB^ value);
void remove (SoWinColorEditorEditorCB^ value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use ColorChanged event instead.")>]
member editorCB : IEvent<SoWinColorEditorEditorCB,
EventArgs>
Value
Type:
OIV.Inventor.WinSoWinColorEditorEditorCB
See Also