Occurs when all the items in the ListView are deleted.
| Event ID | Objects | 
| pbm_lvndeleteallitems | ListView | 
None
Long. Return code choices (specify in a RETURN statement):
0 Continue processing
This example uses the DeleteAllItems event to ensure that there is a default item in the ListView control:
This.AddItem("Default item", 1)