Click or drag to resize
SoCallbackAction.CallbackActionCB 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: 10.12.3.0 (10.12.3.0)
Syntax
public delegate SoCallbackAction. Responses CallbackActionCB(
	SoCallbackAction action,
	SoNode node
)

Parameters

action
Type: OIV.Inventor.Actions.SoCallbackAction
node
Type: OIV.Inventor.Nodes.SoNode

Return Value

Type: SoCallbackAction.Responses
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