Class DocumentChangedEventArgs
The arguments for the AddDocumentChangeListener(string, EventHandler<DocumentChangedEventArgs>) event
Inherited Members
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DocumentChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceCollection
The source of the document that changed
Declaration
public Collection Collection { get; }
Property Value
| Type | Description |
|---|---|
| Collection |
Database
[DEPRECATED] The source of the document that changed
Declaration
[Obsolete("Database is deprecated, please use Collection property instead")]
public Database Database { get; }
Property Value
| Type | Description |
|---|---|
| Database |
DocumentID
The ID of the document that changed
Declaration
public string DocumentID { get; }
Property Value
| Type | Description |
|---|---|
| string |