Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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. |