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.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use PostTailTraversal event instead.")]
public event SoCallbackActionCallbackActionCB postTailCallback
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use PostTailTraversal event instead.")>
Public Event postTailCallback As SoCallbackActionCallbackActionCB
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use PostTailTraversal event instead.")]
event SoCallbackActionCallbackActionCB^ postTailCallback {
void add (SoCallbackActionCallbackActionCB^ value);
void remove (SoCallbackActionCallbackActionCB^ value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use PostTailTraversal event instead.")>]
member postTailCallback : IEvent<SoCallbackActionCallbackActionCB,
EventArgs>
Value
Type:
OIV.Inventor.ActionsSoCallbackActionCallbackActionCB
See Also