Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the subscriber from the events.
Note
This API can be used on both the widget and Unified Interface page.
Syntax
Microsoft.CIFramework.removeHandler(eventName, handlerFunction);
Parameters
Name | Type | Required | Description |
---|---|---|---|
eventName | string | Yes | Name of the event for which the handler is set. The supported events are as follows:
|
handlerFunction | Function | Yes | The handler function that is to removed. |