Class DatabaseChangedEventArgs
[DEPRECATED] The parameters of a database changed event
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
[Obsolete("DatabaseChangedEventArgs is deprecated, please use CollectionChangedEventArgs")]
public class DatabaseChangedEventArgs : EventArgsProperties
| Improve this Doc View SourceDatabase
Gets the database in which the change occurred
Declaration
public Database Database { get; }Property Value
| Type | Description | 
|---|---|
| Database | 
DocumentIDs
Gets the document that was changed
Declaration
public IReadOnlyList<string> DocumentIDs { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IReadOnlyList<System.String> |