SECListBoxEditor::OnItemDelete
BOOLSECListBoxEditor::OnItemDelete(intnIndexToBeDeleted, CStringstrTextDeleted)
Called before a delete operation has occurred.
Defined in: lstbxedt.cpp
Return Value
Nonzero if deletion is to proceed, 0 to halt delete operation.
Parameters
nIndexToBeDeleted
Index of item to be deleted.
strTextDeleted
Text of item to be deleted.
Comments
Derived classes should return FALSE to prevent items from being deleted.
See Also