System Global Function RemoveCallback
RemoveCallback( | | iEventSubscriber, |
| | iEventPublisher, |
| | iCallback) |
-
Removes a callback with a given identifier added for a given event subscriber to a given event publisher.
Role:
This function makes the event subscriber resign its subscription to a given event publisher
made thanks to a given callback.
- Parameters:
-
- iEventSubscriber
- The event subscriber
- iEventPublisher
- The event publisher from which the callback iCallback is to be removed
- iCallback
- The identifier of the callback to remove.
Legal values: This identifier was returned by
the
method.
This object is included in the file: CATEventSubscriber.h
If needed, your Imakefile.mk should include the module: JS0GROUP
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.