SoWinRenderAreaSetEventCallback Method (SoWinRenderAreaEventCallback) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use EventFunction property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetEventCallback(
SoWinRenderAreaEventCallback cb
)
<ObsoleteAttribute("Use EventFunction property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetEventCallback (
cb As SoWinRenderAreaEventCallback
)
public:
[ObsoleteAttribute(L"Use EventFunction property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetEventCallback(
SoWinRenderAreaEventCallback^ cb
)
[<ObsoleteAttribute("Use EventFunction property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetEventCallback :
cb : SoWinRenderAreaEventCallback -> unit
Parameters
- cb
- Type: OIV.Inventor.WinSoWinRenderAreaEventCallback
See Also