Click or drag to resize
SoEventCallbackAddEventCallback Method (Type, SoEventCallbackEventUserDataCB, Object)

Note: This API is now obsolete.

Adds event delegate.

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

Parameters

eventType
Type: SystemType
cb
Type: OIV.Inventor.NodesSoEventCallbackEventUserDataCB
userData
Type: SystemObject
Remarks

Specifies the delegate to be invoked for different event types. When invoked, the delegate will be passed the userData, along with a reference to this SoEventCallback node.

See Also