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