| QueryChangeEventArgs Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Couchbase.Lite
 Syntax
Syntaxpublic class QueryChangeEventArgs : EventArgs
The QueryChangeEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Error | 
            Returns the error, if any, that occured while executing 
            the Query, otherwise null.
             | 
|  | Rows | 
            Gets the results of the Query.
             | 
|  | Source | 
            Gets the LiveQuery that raised the event.
             | 
 See Also
See Also