Show / Hide Table of Contents

Class QueryChangedEventArgs

Arguments for the event

Inheritance
object
EventArgs
QueryChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
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
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