| DatabaseChangeEventArgs Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Couchbase.Lite
 Syntax
Syntaxpublic class DatabaseChangeEventArgs : EventArgs
The DatabaseChangeEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DatabaseChangeEventArgs | Initializes a new instance of the DatabaseChangeEventArgs class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Changes | 
            Gets the DocumentChange details for the Documents that caused the Database change.
             | 
|  | IsExternal | 
            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.
             | 
|  | Source | 
            Gets the Database that raised the event.
             | 
 See Also
See Also