| Parameter | Description |
|---|---|
| callback | The callback to remove. If this callback was never registered, nothing happens. |
| useTrickleDown | Set this parameter to true to remove the callback from the TrickleDown phase. Set this parameter to false to remove the callback from the BubbleUp phase. |
Remove callback from the instance.
Additional resources: CallbackEventHandler.RegisterCallback_1
| Parameter | Description |
|---|---|
| callback | The callback to remove. If this callback was never registered, nothing happens. |
| callbackOptions | Extra properties to set for the callback. Make sure to use the same CallbackOptions.TrickleDown value as was used for registering the callback. |
Remove callback from the instance.
Additional resources: CallbackEventHandler.RegisterCallback_1
| Parameter | Description |
|---|---|
| callback | The callback to remove. If this callback was never registered, nothing happens. |
| useTrickleDown | Set this parameter to true to remove the callback from the TrickleDown phase. Set this parameter to false to remove the callback from the BubbleUp phase. |
Remove callback from the instance.
Additional resources: CallbackEventHandler.RegisterCallback_2
| Parameter | Description |
|---|---|
| callback | The callback to remove. If this callback was never registered, nothing happens. |
| callbackOptions | Extra properties to set for the callback. Make sure to use the same CallbackOptions.TrickleDown value as was used for registering the callback. |
Remove callback from the instance.
Additional resources: CallbackEventHandler.RegisterCallback_2