Unregister
Description
Unregisters the event handler.
Syntax
// The events interface is available under most objects
const result = await shellFrame.Events.Unregister(sinkHandle);
Parameters
Name | Type | Description |
---|---|---|
sinkHandle | number | The handle that specifies the handler to unregister. The handle is returned by Register method. |
Return type
Type | Description |
---|---|
Promise < any > | It returns MFCLIENTSCRIPT~IEVENTS~UNREGISTER. |