The StoreEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyDataEventsFired
Gets a value indicating if detailed data events have been fired for this change event. When false the change happened outside the current process (in the physical store, perhaps done by another running instance). You can rely on detailed data events to do precise cache management and use the StoreChange event when DataEventsFired is false to do a complete cache flush.
Public propertyDataType
Gets the data type that is the subject of the event fired.
Public propertyLocale
Gets the locale that is the subject of the event fired.
Public propertyPublicationScope
Gets the data scope that is the subject of the event fired.

See Also