Hi,
I am wondering how to prevent users from undoing changes to Model object. I tried invoking model.UndoList.Clear(), but it doesn't work because I can still undo the changes by pressing CTRL+Z. Please tell me how to do it. Thanks.
Have you tried model.UndoList.SuspendUndo at the start of your application?