|
virtual |
Called when the outlining information in the edit control has changed
Override it in the derived class to customize outline notifications. The default implementation loops over all inserted collapsible nodes calling OnInsertOutlineBlock() and loops over all removed collapsible nodes calling OnRemoveOutlineBlock().
changes | A reference to structure which keeps data of all removed and inserted outline blocks. |
bRedraw | If TRUE the edit control will be redrawn. |