Class DocumentChangedEventArgs
The arguments for the AddDocumentChangeListener(String, EventHandler<DocumentChangedEventArgs>) event
Inheritance
System.Object
DocumentChangedEventArgs
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DocumentChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceDatabase
The source of the document that changed
Declaration
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 |
---|---|
System.String |