UnSubscribeAll
Unsubscribe to an event callback for all the instances of a given type
Function
void UnSubscribeAll(event: string, componentTypeName: string, callbackFunction: object);
Parameters
| Name | Type | Description |
|---|---|---|
| event | String | The name of the event to unsubscribe to |
| componentTypeName | String | The type name of the components that were invoking the events |
| callbackFunction | Object | The callback function (can be a string or function name) |
Return Value
None