Show / Hide Table of Contents

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 Source

Database

The source of the document that changed

Declaration
public Database Database { get; }
Property Value
Type Description
Database
| Improve this Doc View Source

DocumentID

The ID of the document that changed

Declaration
public string DocumentID { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX