SoWinMaterialEditoreditorCB Event |
Note: This API is now obsolete.
Use MaterialChanged event instead.
EditorCB delegate list
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use MaterialChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public event SoWinMaterialEditorEditorCB editorCB
<ObsoleteAttribute("Use MaterialChanged event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Event editorCB As SoWinMaterialEditorEditorCB
public:
[ObsoleteAttribute(L"Use MaterialChanged event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
event SoWinMaterialEditorEditorCB^ editorCB {
void add (SoWinMaterialEditorEditorCB^ value);
void remove (SoWinMaterialEditorEditorCB^ value);
}
[<ObsoleteAttribute("Use MaterialChanged event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member editorCB : IEvent<SoWinMaterialEditorEditorCB,
EventArgs>
Value
Type:
OIV.Inventor.WinSoWinMaterialEditorEditorCB
See Also