Show / Hide Table of Contents

Class DatabaseChangedEventArgs

[DEPRECATED] The parameters of a database changed event

Inheritance
object
EventArgs
DatabaseChangedEventArgs
CollectionChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
[Obsolete("DatabaseChangedEventArgs is deprecated, please use CollectionChangedEventArgs")]
public class DatabaseChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Database

Gets the database in which the change occurred

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

DocumentIDs

Gets the document that was changed

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