Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
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.
|