SECEdit::OnDeleteLineData
voidSECEdit::OnDeleteLineData(SECEditItemData*pData, intnLine)
Called when any line data is deleted by the framework
Defined in: SECEdit.cpp
Return Value
void
Parameters
pData
The ItemData structure for this line
nLine
The line number this data is currently associated with
Developer Notes
Callback function to allow user to hook into the deletion of a line's data. pData is the pointer the item data for the line. pData is a pointer to an SECEditItemData structure, the ItemData that is set when you call SetItemData is pData->m_dwItemData