﻿<?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 » WinForms (How do I?)  » Internal object and Data binding</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 05 Apr 2026 16:55:47 GMT</lastBuildDate><ttl>20</ttl><item><title>Internal object and Data binding</title><link>http://forum.strataframe.net/FindPost12614.aspx</link><description>Hi,&lt;br&gt;
I created an user control which contains couple of controls. I have a public property exposed to allow read/write value from/to one of my internal control, e.g TextBox.&lt;br&gt;
&lt;br&gt;
I also implemented IBusinessBindable interface to my user control for data binding. I am having problem that, when I change any value to this internal control interactively, it doesn't update back to datasource (Business Object).&lt;br&gt;
&lt;br&gt;
What should I do?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Tue, 13 Nov 2007 11:43:22 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Internal object and Data binding</title><link>http://forum.strataframe.net/FindPost12670.aspx</link><description>I believe it's the DocumentCompleted event.</description><pubDate>Tue, 13 Nov 2007 11:43:22 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Internal object and Data binding</title><link>http://forum.strataframe.net/FindPost12661.aspx</link><description>Hi,&lt;br&gt;
Do you know which event will be fired if webbrowser control content changed?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Tue, 13 Nov 2007 11:34:06 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Internal object and Data binding</title><link>http://forum.strataframe.net/FindPost12656.aspx</link><description>You can create an MyPropertyNameChanged event within your user control and then raise that event when the content of the browser changes.&amp;nbsp; .NET instrinsically looks for a XXXXChanged event when bound.&amp;nbsp; So if your property name is MyProperty then you would create an event named MyPropertyChanged.&amp;nbsp; When the content of your control changes, raise this event and it should force the bindings to be refreshed.</description><pubDate>Tue, 13 Nov 2007 11:27:56 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Internal object and Data binding</title><link>http://forum.strataframe.net/FindPost12644.aspx</link><description>Hi,&lt;br&gt;
Ya, I have this on my property. But my problem is, how could I detect changes on my internal object? My internal object is actual webbrowser. I need to be to notified if user change content of webbrowser interactively.&lt;br&gt;
&lt;br&gt;
Any ideas?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Tue, 13 Nov 2007 09:25:40 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Internal object and Data binding</title><link>http://forum.strataframe.net/FindPost12620.aspx</link><description>It is probably because the BO doesn't know the property on your control was updated. I was similarly confused:&lt;br&gt;
&lt;br&gt;
[url]http://forum.strataframe.net/FindPost8978.aspx[/url]</description><pubDate>Mon, 12 Nov 2007 10:20:27 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>