Show / Hide Table of Contents

Class DocumentChangedEventArgs

The arguments for the AddDocumentChangeListener(string, EventHandler<DocumentChangedEventArgs>) event

Inheritance
object
EventArgs
DocumentChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DocumentChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Collection

The source of the document that changed

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

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
| Improve this Doc View Source

DocumentID

The ID of the document that changed

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