TAdvCodeList extra AddBlock DeleteBlock events

Could you add the following events to TAdvCodeList:
OnBlockBeforeAdd;
OnBlockAfterAdd;
OnBlockBeforeDelete (already there as OnBlockDelete)
OnBlockAfterDelete

New events added.

OnBlockDelete is equivalent to OnBlockAfterDelete.

OnBlockInsertFromClipboard is equivalent to OnBlockAfterAdd

This feature was implemented.