Click or drag to resize
SoEventCallbackEventUserDataCB Delegate

Note: This API is now obsolete.

EventCB delegate. See #AddEventCallback for more details.

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 delegate void EventUserDataCB(
	SoEventCallback sender,
	Object userData
)

Parameters

sender
Type: OIV.Inventor.NodesSoEventCallback
userData
Type: SystemObject
See Also