Click or drag to resize

DatabaseChangeEventArgs Class

The event raised when a Database changes
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Couchbase.LiteDatabaseChangeEventArgs

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public class DatabaseChangeEventArgs : EventArgs

The DatabaseChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDatabaseChangeEventArgs
Initializes a new instance of the DatabaseChangeEventArgs class
Top
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