Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, this would depend on what your custom properties are doing. Are they talking to properties that were created through the BO Mapper? What are they reading froma nd writing to? If they are talking to an already built property, the you don't have to do anything because those values will be automatically handled. If you are talking to another column un the CurrentDataTable, this too will be automatically handled. If you are talking to a variable or some other value unassociated with the CurrentDataTable, then you will need to handle this yourself in the AfterUndo event.
|