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

Updates bounds of collapsible node when a text is deleted from the edit control.

This function is called by the edit control to properly update the collapsible node's bounds in case the text in a collapsible node is being deleted partially.

Parameters
nStartSpecifies the top zero-based offset in the internal buffer of the edit control.
nEndSpecifies the bottom zero-based offset in the internal buffer of the edit control.

Reimplemented in CBCGPOutlineNode.