The following tables list the members exposed by IMMAutoUpdaterRowFunctions.
Public Methods
| Name | Description |
| EventIsInProgress | Use this method to determine whether a given object (pRow) is the subject of an in-progress autoupdater response and decide accordingly whether to refrain from calling IRow::Store after making changes to the object. |
| Store | This method can be used as a "smart" replacement for the IRow::Store method. It calls EventIsInProgress on its argument, then calls IRow::Store on the argument if EventIsInProgress returns a value of False. |
Top
See Also