SoEventCallbackRemoveEventCallback Method |
Removes a previously specified event delegate.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void RemoveEventCallback(
Type eventType,
SoEventCallbackEventCB f
)
Public Sub RemoveEventCallback (
eventType As Type,
f As SoEventCallbackEventCB
)
public:
void RemoveEventCallback(
Type^ eventType,
SoEventCallbackEventCB^ f
)
member RemoveEventCallback :
eventType : Type *
f : SoEventCallbackEventCB -> unit
Parameters
- eventType
- Type: SystemType
- f
- Type: OIV.Inventor.NodesSoEventCallbackEventCB
Remarks See Also