There is no way to modify which actions are added into the undo manager. You would need to write your own class to capture and store the undo changes you want.
For example: If you only want to store Move and Resize changes, then write a class that hooks into those events and stores the changes however you want so they can be undone later.
Glenn Chittenden Jr.
Atalasoft Development Team