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