﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » FieldPropertyChanged event not fire using BusinessBindingSource</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 06:05:53 GMT</lastBuildDate><ttl>20</ttl><item><title>FieldPropertyChanged event not fire using BusinessBindingSource</title><link>http://forum.strataframe.net/FindPost10291.aspx</link><description>Hi,&lt;br&gt;
I use BusinessBindingSource to link DevExpress.LookupEdit with SF BO. I found that, FieldPropertyChanged event is not fired when I changed value of lookedit.&lt;br&gt;
&lt;br&gt;
Any ideas?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Mon, 27 Aug 2007 09:03:16 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: FieldPropertyChanged event not fire using BusinessBindingSource</title><link>http://forum.strataframe.net/FindPost11089.aspx</link><description>Most likely, it's because the event handlers are not copied from the business object to the copies of the business object that are being returned by the BBS.&amp;nbsp; It might take some time for me to look at this, but as a work around for now, you could put a method on the form and in the handler within the business object, the one that is reached, use the ParentForm property and if the form is the proper type, then call the method.</description><pubDate>Mon, 27 Aug 2007 09:03:16 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: FieldPropertyChanged event not fire using BusinessBindingSource</title><link>http://forum.strataframe.net/FindPost11073.aspx</link><description>Hi,&lt;br&gt;
I am facing the same problem. I bind SF BO to Xtragrid using BusinessBindingSource. I have FieldPropertyChanged event handler within BO, and also form.&lt;br&gt;
&lt;br&gt;
When add new record, I set default value to new record. Both even handlers is fired. However, If I changed any value in xtraGrid column, only the event handler INSIDE that BO is fired. The one reside in form is not.&lt;br&gt;
&lt;br&gt;
I set breakpoint at Field setter method, and it stopped at there too.&lt;br&gt;
&lt;br&gt;
Any ideas?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Sat, 25 Aug 2007 01:53:44 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: FieldPropertyChanged event not fire using BusinessBindingSource</title><link>http://forum.strataframe.net/FindPost10304.aspx</link><description>Put a break point in your BO on the set {} of the property and see it it gets hit when you change the value of the LookupEdit.&amp;nbsp; It is most likely that the lookup edit is not persisting the values back to the business object until the row changes... there is an "update mode" property somewhere on the control that should control when the grid updates back to the data source.</description><pubDate>Mon, 16 Jul 2007 09:24:26 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>