DatabaseChangeEventArgs Class |
Namespace: Couchbase.Lite
public class DatabaseChangeEventArgs : EventArgs
The DatabaseChangeEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DatabaseChangeEventArgs | Initializes a new instance of the DatabaseChangeEventArgs class |
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.
|