Class DatabaseChangedEventArgs
The parameters of a database changed event
Inheritance
System.Object
DatabaseChangedEventArgs
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DatabaseChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceDatabase
Gets the database in which the change occurred
Declaration
public Database Database { get; }
Property Value
Type | Description |
---|---|
Database |
DocumentIDs
Gets the document that was changed
Declaration
public IReadOnlyList<string> DocumentIDs { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<System.String> |