UnregisterAllRemovableCallbacks()
Removes all callbacks registered with CallbackOptions.Removable from the instance.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void UnregisterAllRemovableCallbacks()
Remarks
This method throws an InvalidOperationException if called while an event callback is in the process of being invoked on this element.