Click or drag to resize

DocumentChange Event

Adds or Removed a change delegate that will be called whenever the Document changes

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

Value

Type: SystemEventHandlerDocumentDocumentChangeEventArgs
See Also