Click or drag to resize
SoCallbackActionCallbackActionCB Delegate

The SoCallbackActionCB typedef is defined within the class, since it needs to refer to the Response enumerated type.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public delegate SoCallbackActionResponses CallbackActionCB(
	SoCallbackAction action,
	SoNode node
)

Parameters

action
Type: OIV.Inventor.ActionsSoCallbackAction
node
Type: OIV.Inventor.NodesSoNode

Return Value

Type: SoCallbackActionResponses
Remarks

The first argument is the data pointer that the user supplied when the callback was registered. The second argument is the action, from which the state can be extracted. The third argument is the node that the callback is called from.

See Also