Show / Hide Table of Contents

Class DocumentChangedEventArgs

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

Inheritance
System.Object
System.EventArgs
DocumentChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX