C# (CSharp) SIL.FieldWorks.SharpViews.Hookups LiteralStringParaHookup - 2 примера найдено. Это лучшие примеры C# (CSharp) кода для SIL.FieldWorks.SharpViews.Hookups.LiteralStringParaHookup, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Похожие
Related in langs
This is a cut-down version of StringHookup used in selection of client runs that don't have natural hookups, such as literal strings. It never sends change notifcations, so doesn't need delegates for updates and notifications. If you find a LiteralStringParaHookup where you expected one that allows editing, like StringHookup or TssHookup, one possible cause is that you don't have a correctly named "XChanged" event being triggered when your property X changes.