DatabaseChangeEventArgs Properties |
The DatabaseChangeEventArgs type exposes the following members.
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.
|