| Funktionsname | c:<CONTROL-NAME>_OnDeleteItem |
|---|---|
| Syntax | (defun c:<CONTROL-NAME>_OnDeleteItem
(Label [as String] Key [as Handle or
String] /) |
| Rückgabewert | Ignored |
| Ausgelöst durch | Tree |
This event is triggered when an item has been deleted. Label is the expanded item's label. Key identifies the item; it is a string if the control uses string keys; otherwise it is a unique handle that identifies the item.