BCGSuite for MFC
virtual void CBCGPEditCtrl::OnRemoveUndoAction ( BCGP_EDIT_UNDO_ACTION pUndoAction)
inlinevirtual

Called by the framework when undo action data is being removed.

You should override this function in a derived class if you associate user-defined data with undo actions and you need to deallocate this data.

Parameters
pUndoActionPoints to the undo action to be removed from the undo buffer.