Hi, I want to save a RadDiagram to a file just when it changed. How to know the RadDiagram has changed? like isDirty property
1 Answer, 1 is accepted
1
Dinko | Tech Support Engineer
Telerik team
answered on 27 May 2016, 12:59 PM
Hi Jonathan,
You can try subscribing to the CommandExecuted event of the RadDiagram. In Its handler e.Command will show you the type of the command for every change you perform on the diagram. In addition, you can take a look at the Diagram Events help article in our documentation.
Give this event a try and let us know if this works for you.
Regards,
Dinko
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.