C# (CSharp) SIL.FieldWorks.SharpViews.Hookups Hookup - 3 примера найдено. Это лучшие примеры C# (CSharp) кода для SIL.FieldWorks.SharpViews.Hookups.Hookup, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Похожие
Related in langs
A Hookup represents the connection between the domain (a property of an object) and a section of a view (one or more boxes or strings). Typically it knows how to connect to an event (and disconnect when disposed) that is raised when a particular property changes, how to get the value, and how to inform the view of the change. Some subtypes may (eventually) know how to perform the reverse operation, that is, when something in the view is edited, the Hookup knows what should be changed in the domain model.