onRemove
This callback allows the user to implement their own code to be executed when the Remove Button is clicked.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Action<BaseListView> onRemove { get; set; }
Remarks
This callback will only be called if _showAddRemoveFooter is set to . Setting this callback to anything other than will override the basic remove behavior.
truenull