﻿<?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?)  » Raise FieldPropertyChanged event for custom field</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 08:50:49 GMT</lastBuildDate><ttl>20</ttl><item><title>Raise FieldPropertyChanged event for custom field</title><link>http://forum.strataframe.net/FindPost11074.aspx</link><description>Hi,&lt;br&gt;
I have custom field property which is not exist in underlying table. I would like to raise FieldPropertyChanged event upon changed made to this field.&lt;br&gt;
&lt;br&gt;
I added code to raise FieldPropertyChanged event by referring code generated by BO Mapper. However, I am not sure what Field enum to be passed. I found that is CUSTOM_FIELD enum. But how could I know which field changed if I have more than one custom field if I pass CUSTOM_FIELD to FieldPropertyChanged event?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Mon, 27 Aug 2007 09:06:35 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Raise FieldPropertyChanged event for custom field</title><link>http://forum.strataframe.net/FindPost11090.aspx</link><description>I would just create a new event args type that inherits from FieldChangedEventArgs and adds a string property to store the field that changed, then, you can pass those event args instead and if the event args are that type (by using "as" and testing variable on null), then check the field name from your new property.</description><pubDate>Mon, 27 Aug 2007 09:06:35 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>