Messages YesNoDialog devide command
Answered
Dialog devide command, so user must use 2+ Undo action to revert. Can i avoid this?
Please sign in to leave a comment.
No, command should be performed atomically; try to rework your logic so that it shows dialog, gathers all necessary info and then applies all the changes.