C# (CSharp) SIL.FieldWorks.SharpViews.Hookups Hookup - 3 examples found. These are the top rated real world C# (CSharp) examples of SIL.FieldWorks.SharpViews.Hookups.Hookup extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
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.