Click or drag to resize
SoEventCallbackRemoveEventCallback Method (Type, SoEventCallbackEventUserDataCB)

Note: This API is now obsolete.

Remove the delegate from the invocation list.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void RemoveEventCallback(
	Type eventType,
	SoEventCallbackEventUserDataCB cb
)

Parameters

eventType
Type: SystemType
cb
Type: OIV.Inventor.NodesSoEventCallbackEventUserDataCB
See Also