Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Oops, sorry, FieldPropertyChanged is the event, not FieldValueChanged...
In the event arguments, we pass the the field that changed, so if you only want to change the Modified field when specific fields are modified, then you can test on which field changed before you set the Modified value.
|