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 SourceError
Gets the error that occurred, if any
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
System.Exception |
Results
Gets the updated rows of the query
Declaration
public IResultSet Results { get; }
Property Value
Type | Description |
---|---|
IResultSet |