Data Binding for Eyeshot Model in Winforms
Mkruger
Our team is building a WinForms application and have chosen to use the MVVM design pattern. We have decided to do so because the DevExpress MVVM framework has come to support the pattern to a large extent in Winforms.
To support this pattern with Eyeshot Controls, we need to bind Entities to the Eyeshot.Model such that when an Entity is modified the change is also displayed in the Eyeshot.Model. It would be nice if this binding functionality was also extended to other properties of the Eyeshot.Model. For example, a number can be entered in a textbox that will change the position of the camera.
With the INotifyPropertyChanged interface not implemented for Entity, we have found it difficult to cleanly separate the data and the Eyeshot.Model.
10
Comments
I have the same with this in WPF application
Please sign in to leave a comment.