Click or drag to resize

DatabaseChangeEventArgs Properties

The DatabaseChangeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyChanges
Gets the DocumentChange details for the Documents that caused the Database change.
Public propertyIsExternal
Returns true if the change was not made by a Document belonging to this Database (e.g. it came from another process or from a pull Replication), otherwise false.
Public propertySource
Gets the Database that raised the event.
Top
See Also