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