BCGSuite for MFC
virtual void CBCGPEditMarker::UpdateMarkerForDeletedRange ( int  nStartPos,
int  nEndPos 
)
inlinevirtual

Allows custom processing for markers set at more that one line.

If a marker is set at more than one line (like line color marker) you may want to override this function to properly update the line count in case the marker is being deleted partially.

The default implementation does nothing.

Parameters
nStartPosStart row in range.
nEndPosEnd row in range.

Reimplemented in CBCGPLineColorMarker.