Show / Hide Table of Contents

Class QueryChangedEventArgs

Arguments for the AddChangeListener(EventHandler<TEventType>) event

Inheritance
System.Object
System.EventArgs
QueryChangedEventArgs
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.Query
Assembly: Couchbase.Lite.dll
Syntax
public sealed class QueryChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Error

Gets the error that occurred, if any

Declaration
public Exception Error { get; }
Property Value
Type Description
System.Exception
| Improve this Doc View Source

Results

Gets the updated rows of the query

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