Hi,
Need help on implementing Redo/Undo using DesignerTransaction.
I can easily do this using command pattern by haveing a UndoManager
listening to events exposed by IComponentChangeService.
But, I can not figure how to do this with DesignerTranction.
Thanks.
Wen
Özden Irmak - 15 Nov 2005 16:22 GMT
Helo Wen,
My research has shown that you can't do this with DesignerTransaction,
although you should. We did our custom implementation the same as you said
by listening IComponentChangeService events. My advise is to stick with this
method...
Regards,
Özden Irmak
> Hi,
>
[quoted text clipped - 6 lines]
>
> Wen