Implementing Synchronous Event Sinks
Topic Last Modified: 2006-06-12
A synchronous event occurs before the specified event is committed to the store, thus giving you a chance to abort the event if necessary. The OnSyncSave event also gives you a chance to check or modify the data before you save it. For examples of implementing synchronous event sinks, use the following links:
Implementing an OnSyncSave Event Sink
Implementing an OnSyncDelete Event Sink