﻿<?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?)  » Advice on invoking FieldPropertyChanged event</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 17:46:39 GMT</lastBuildDate><ttl>20</ttl><item><title>Advice on invoking FieldPropertyChanged event</title><link>http://forum.strataframe.net/FindPost6615.aspx</link><description>I was reading the documentation regarding the FieldPropertyChanged event. It states that I must set this up in the BO Mapper. What are the disadvantages if any to turning this on for a BO? &lt;/P&gt;&lt;P&gt;Michael</description><pubDate>Sat, 17 Feb 2007 08:06:12 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: Advice on invoking FieldPropertyChanged event</title><link>http://forum.strataframe.net/FindPost6909.aspx</link><description>Yes, use the single event for all properties and then test within the event on that single property.&amp;nbsp; This way only a single event is created and then you can just test for that single field within the event.</description><pubDate>Sat, 17 Feb 2007 08:06:12 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Advice on invoking FieldPropertyChanged event</title><link>http://forum.strataframe.net/FindPost6900.aspx</link><description>Hi,&lt;br&gt;
Any way to generate property changed event for selective field only?</description><pubDate>Fri, 16 Feb 2007 22:22:36 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Advice on invoking FieldPropertyChanged event</title><link>http://forum.strataframe.net/FindPost6618.aspx</link><description>The disadvantages would be that the business object has to create a field to store off the delegate for the event handlers and test that delegate each time the get/set of the property fires.&amp;nbsp; You won't notice the speed difference (if you did, .NET wouldn't have events ;)), but if you doing lots of computing insensive tasks on the business object, then one of the first ways to optimize the business object is to remove any extra events.</description><pubDate>Wed, 07 Feb 2007 10:29:40 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>