SoCallbackActionpreTailCallback Event |
Note: This API is now obsolete.
Use PreTailTraversal event instead.
PreTail delegate invocation list
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use PreTailTraversal event instead.")]
public event SoCallbackActionCallbackActionCB preTailCallback
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use PreTailTraversal event instead.")>
Public Event preTailCallback As SoCallbackActionCallbackActionCB
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use PreTailTraversal event instead.")]
event SoCallbackActionCallbackActionCB^ preTailCallback {
void add (SoCallbackActionCallbackActionCB^ value);
void remove (SoCallbackActionCallbackActionCB^ value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use PreTailTraversal event instead.")>]
member preTailCallback : IEvent<SoCallbackActionCallbackActionCB,
EventArgs>
Value
Type:
OIV.Inventor.ActionsSoCallbackActionCallbackActionCB
See Also