﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - UpdateSourceTrigger.Explicit</title><link>http://www.intersoftsolutions.com/Community/Crosslight/UpdateSourceTriggerExplicit/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>UpdateSourceTrigger.Explicit</title><link>http://www.intersoftsolutions.com/Community/Crosslight/UpdateSourceTriggerExplicit/</link><pubDate>Thu, 18 Dec 2014 02:29:00 GMT</pubDate><dc:creator>technical@intersoftpt.com</dc:creator><description>When using Explicit trigger mode, you can update the bound data by simply calling the&amp;nbsp;&lt;b&gt;SetPropertyValue&lt;/b&gt; method from your view. This will send the changes down to the model.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;For exampe, supposed that we have a button click in the View where we want to update the model explicitly, the following code should do the job.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;pre&gt;&lt;br&gt;&lt;br&gt; textView.SetPropertyValue(BindableProperties.TextProperty, "New value");&lt;br&gt;&lt;br&gt;&lt;/pre&gt;&lt;p&gt;&lt;br&gt;The SetPropertyValue takes 2 parameters, the bindable property to update and the new value. You will typicallycall this method against the target view, in the above case, the text view. So, if the text view is bound to any model (two-way binding mode will be required), then all bound models will be updated accordingly.&lt;/p&gt;&lt;/div&gt;&lt;div&gt;Hope this helps.&lt;/div&gt;</description></item><item><title>UpdateSourceTrigger.Explicit</title><link>http://www.intersoftsolutions.com/Community/Crosslight/UpdateSourceTriggerExplicit/</link><pubDate>Thu, 18 Dec 2014 00:32:18 GMT</pubDate><dc:creator>devincroud</dc:creator><description>&lt;p&gt;The textbox I use never gets an actual focus it is a placeholder that I use to set the value in native. &amp;nbsp;What other way can you think of to grab the data out of the textbox?&lt;/p&gt;</description></item><item><title>UpdateSourceTrigger.Explicit</title><link>http://www.intersoftsolutions.com/Community/Crosslight/UpdateSourceTriggerExplicit/</link><pubDate>Wed, 17 Dec 2014 07:29:16 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please try to set the &lt;strong&gt;UpdateSourceTrigger&lt;/strong&gt; to &lt;em&gt;PropertyChanged&lt;/em&gt;. By default, text will be updated on lost focus.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>UpdateSourceTrigger.Explicit</title><link>http://www.intersoftsolutions.com/Community/Crosslight/UpdateSourceTriggerExplicit/</link><pubDate>Tue, 16 Dec 2014 10:40:47 GMT</pubDate><dc:creator>devincroud</dc:creator><description>&lt;p&gt;How do you activate the trigger?&lt;/p&gt;&lt;p&gt;I have update text in native iOS and it isn't updating in the core. &amp;nbsp;How can I trigger the binding provider to recognize the change of text?&lt;/p&gt;</description></item></channel></rss>