Show / Hide Table of Contents

Class CollectionChangedEventArgs

The parameters of a collection changed event

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