BCGControlBar Pro for MFC
virtual void CBCGPOutlineNode::UpdateBlocksForDeletedRange ( int  nStart,
int  nEnd 
)
virtual

Updates a collapsible node's bounds in case the text at the collapsible node is being deleted partially.

This function is called by the edit control to properly update a collapsible node's bounds in case the text at the collapsible node is being deleted partially. Unlike CBCGPOutlineBaseNode::UpdateBlocksForDeletedRange, this function updates all its subnodes as well.

Parameters
nStartSpecifies the start zero-based offset in internal buffer of the edit control
nEndSpecifies the end zero-based offset in internal buffer of the edit control.

Reimplemented from CBCGPOutlineBaseNode.