Hi Guys,
I am using WPF and I am new with CSLA. I need to know, it will seem a stupid question, but when is-it recommended to use the BeginEdit,CancelEdit and ApplyEdit? If I need only one level of Undo, do you recommend me to reload the data when the user press the cancel button, or to use the Root.CancelEdit()?