Partager via


IExStoreAsyncEvents Interface

Topic Last Modified: 2006-06-13

The following table describes the asynchronous event methods.

Type Library

EXOLEDB Type Library

DLL Implemented In

EXOLEDB.DLL

Member Summary

The following table lists the methods of the IExStoreAsyncEvents interface.

Name Description

OnDelete

This is fired by a store when an item is deleted.

OnSave

Called by a store when an item is saved.

Remarks

See Asynchronous Event Methods for an explanation of asynchronous events.

See Event Interfaces for more general information about event sinks.

See the IAsyncNotify Interface for information about processing asynchronous events in a Component Object Model (COM) object.