Show / Hide Table of Contents

Class CollectionChangedEventArgs

The parameters of a collection changed event

Inheritance
object
EventArgs
DatabaseChangedEventArgs
CollectionChangedEventArgs
Inherited Members
DatabaseChangedEventArgs.Database
DatabaseChangedEventArgs.DocumentIDs
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 CollectionChangedEventArgs : DatabaseChangedEventArgs

Properties

| Improve this Doc View Source

Collection

Gets the collection in which the change occurred

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