Click or drag to resize

QueryChangeEventArgs Class

Query change event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Couchbase.LiteQueryChangeEventArgs

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public class QueryChangeEventArgs : EventArgs

The QueryChangeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
Returns the error, if any, that occured while executing the Query, otherwise null.
Public propertyRows
Gets the results of the Query.
Public propertySource
Gets the LiveQuery that raised the event.
Top
See Also