Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |