How to implement IEditableObject to view the model?

Suppose I have a VM with some objects as a property. Say People, Addres, Phone, .... Then I want to implement IEditableObject in a virtual machine so that the user can cancel the functionality.

What is the best way to implement a query?

Demo code, please.

+3
source share
2 answers

Have a look at the following two links that have good examples.

http://www.a2zdotnet.com/View.aspx?Id=135

Using IEditableObject in Silverlight

+1
source

IEditableObject , , Edit, Cancel .., . IEditableObject , .

+1

Source: https://habr.com/ru/post/1764057/


All Articles