Click or drag to resize

LiveQueryChanged Event

Adds or removed a LiveQuery change delegate that will be called whenever the Database changes in a way that would affect the results of the Query.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public event EventHandler<QueryChangeEventArgs> Changed

Value

Type: SystemEventHandlerQueryChangeEventArgs
See Also