Click or drag to resize

DocumentDocumentChangeEventArgsChange Property

Gets the details of the change.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public DocumentChange Change { get; }

Property Value

Type: DocumentChange
The details of the change.
See Also